From 403b9c6b138f2f1fe767471c2aea4b98aef7728c Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Fri, 29 Nov 2019 19:51:17 +0100 Subject: [PATCH] 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. --- .github/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/deploy.sh b/.github/deploy.sh index b8209159284..efba51b20cc 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -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