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 17ff9c8 commit faeb9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
sudo mkdir -p /opt/secrets
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
#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
- name: Deploy with Docker Compose
Expand Down

0 comments on commit faeb9f0

Please sign in to comment.