diff options
author | 2018-02-03 17:03:23 +0000 | |
---|---|---|
committer | 2018-02-03 17:03:23 +0000 | |
commit | d6bd1598c10a8af95f234884b1f9a78a480e9e8f (patch) | |
tree | 1dd2df94a508e60c1be7668ccfae49adcfea33d6 /.travis.yml | |
parent | Change message to test auto deploy (diff) |
Update webhook URL
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9fb2b623..90ae14fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ install: script: - snekchek after_success: - "curl https://api.beardfist.com/pythondiscord -H \"token: $AUTODEPLOY_TOKEN\""
\ No newline at end of file + "curl $AUTODEPLOY_WEBHOOK -H \"token: $AUTODEPLOY_TOKEN\""
\ No newline at end of file |