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 Nov 21, 2024
1 parent 3419153 commit a355344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
- name: Prepare container access
run: |
sudo mkdir -p /opt/secrets
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/unformatted_cloudsqlcreds.json
sudo jq . /opt/secrets/unformatted_cloudsqlcreds.json > /opt/secrets/cloudsqlcreds.json
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" | base64 -d > /opt/secrets/cloudsqlcreds.json
sudo chown -R automgmt:automgmt /opt/secrets
gcloud auth activate-service-account --key-file=/opt/secrets/cloudsqlcreds.json
gcloud auth configure-docker
Expand Down

0 comments on commit a355344

Please sign in to comment.