Skip to content

Commit

Permalink
fix yaml variable referece
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahl committed Nov 1, 2024
1 parent 98af2aa commit f6de4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild/bluegreen-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CURRENT_DEPLOYMENT=$(kubectl get service gnomad-browser-bluegreen -o jsonpath='{
echo "current deployment: $CURRENT_DEPLOYMENT"

mkdir -p /root/.ssh && chmod 0700 /root/.ssh
echo "$$DEPLOY_KEY" > /root/.ssh/id_rsa
echo "$DEPLOY_KEY" > /root/.ssh/id_rsa
chmod 400 /root/.ssh/id_rsa
ssh-keyscan -t rsa github.com > /root/.ssh/known_hosts
git clone git@github.com:broadinstitute/gnomad-deployments.git
Expand Down

0 comments on commit f6de4d4

Please sign in to comment.