Fix master deployment

It was failing because it could not find `.github/deploy_key.enc` in the
current directory (`./out`). Switching to the previous directory should
fix the deployment and the master build.
This commit is contained in:
Philipp Hansch
2019-11-29 19:51:17 +01:00
parent 350f3d6f5b
commit 403b9c6b13

1
.github/deploy.sh vendored
View File

@@ -60,6 +60,7 @@ if git diff --exit-code --quiet; then
echo "No changes to the output on this push; exiting."
exit 0
fi
cd -
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
ENCRYPTION_LABEL=e3a2d77100be