aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-18 12:28:01 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-18 12:28:01 +0000
commit09595fa2e03f177064ff47eb4dc7000c3b5e2677 (patch)
treea86691de651aa39054fe4a664aaa977f26191143
parentFlake8 (diff)
Azure: It's called seasonalbot in prod now too.
Also, silence Pepper output again.
-rwxr-xr-xscripts/deploy-azure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh
index e96f64fe..abefbf6b 100755
--- a/scripts/deploy-azure.sh
+++ b/scripts/deploy-azure.sh
@@ -16,7 +16,7 @@ if [[ ($BUILD_SOURCEBRANCHNAME == 'master') && ($SYSTEM_PULLREQUEST_PULLREQUESTI
docker push pythondiscord/seasonalbot:latest
echo "Deploying on server"
- pepper $1 state.apply docker/hacktoberbot --out=no_out --non-interactive
+ pepper $1 state.apply docker/seasonalbot --out=no_out --non-interactive &> /dev/null
else
echo "Skipping deploy"
fi