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:
parent
350f3d6f5b
commit
403b9c6b13
|
@ -60,6 +60,7 @@ if git diff --exit-code --quiet; then
|
||||||
echo "No changes to the output on this push; exiting."
|
echo "No changes to the output on this push; exiting."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
cd -
|
||||||
|
|
||||||
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
|
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
|
||||||
ENCRYPTION_LABEL=e3a2d77100be
|
ENCRYPTION_LABEL=e3a2d77100be
|
||||||
|
|
Loading…
Reference in New Issue