diff options
| author | 2018-05-21 00:39:57 +0200 | |
|---|---|---|
| committer | 2018-05-21 00:39:57 +0200 | |
| commit | de14fa50556ef23fb7f928e1af248a223776a194 (patch) | |
| tree | e3fb57d47e3236787490f23351dc4be2aec5b4ac /scripts | |
| parent | Privacy/Usability updates (#75) (diff) | |
fix deploy script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/deploy.sh | 2 | 
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 | 
