diff options
author | 2018-11-18 01:00:25 +0100 | |
---|---|---|
committer | 2018-11-18 01:00:25 +0100 | |
commit | 29ec2c6e1a1f95a68593b60e765ede09f2240cc8 (patch) | |
tree | b28687d14c24ed273f659148f0128f62c2a55fe4 /scripts/deploy-azure.sh | |
parent | Azure Pipeline CI (diff) |
enable logging of pepper output to a file
Diffstat (limited to 'scripts/deploy-azure.sh')
-rwxr-xr-x | scripts/deploy-azure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy-azure.sh b/scripts/deploy-azure.sh index c11b6afa..861e0ccd 100755 --- a/scripts/deploy-azure.sh +++ b/scripts/deploy-azure.sh @@ -11,7 +11,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 &> /dev/null + pepper $1 state.apply docker/hacktoberbot --out=no_out --non-interactive &> ./pepperlog.log else echo "Skipping deploy" fi |