Skip to content
Snippets Groups Projects
Commit 70b22d53 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Read the deploy key from a file instead of the environment

parent 34cbfbfb
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ deploy-to-staging:
- |
# The environment variable is configured with GitLab using Terraform so
# we can retain some bare minimum level of confidentiality.
echo "${PRIVATESTORAGEIO_STAGING_SSH_DEPLOY_KEY}" > "${PWD}"/deploy_key
base64 --decode "${PRIVATESTORAGEIO_STAGING_SSH_DEPLOY_KEY}" > "${PWD}"/deploy_key
# Update the deployment
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment