aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-21 00:39:57 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-21 00:39:57 +0200
commitde14fa50556ef23fb7f928e1af248a223776a194 (patch)
treee3fb57d47e3236787490f23351dc4be2aec5b4ac /scripts
parentPrivacy/Usability updates (#75) (diff)
fix deploy script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 1ae0c1f1..096b8425 100644
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -12,7 +12,7 @@ if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then
docker push pythondiscord/site:latest
echo "Deploying container"
- curl -H "token: $AUTODEPLOY_TOKEN" $AUTODEPLOY_URL
+ curl -H "token: $AUTODEPLOY_TOKEN" $AUTODEPLOY_WEBHOOK
else
echo "Skipping deploy"
fi