Skip to content

Commit

Permalink
Update deploy-bdjuno-mainnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beb4now authored Dec 5, 2024
1 parent df5aaf2 commit 17ff9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
- name: Prepare container access
run: |
sudo mkdir -p /opt/secrets
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" | base64 -d > /opt/secrets/cloudsqlcreds.json
sudo chown -R automgmt:automgmt /opt/secrets
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" | base64 -d > /opt/secrets/cloudsqlcreds.json
gcloud auth activate-service-account --key-file=/opt/secrets/cloudsqlcreds.json
gcloud auth configure-docker
sudo docker pull gcr.io/cloudsql-docker/gce-proxy:1.33.15
Expand Down

0 comments on commit 17ff9c8

Please sign in to comment.