Skip to content

Commit

Permalink
Debug credentials issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lickem22 committed Oct 3, 2024
1 parent 695243b commit 098fd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_gcp_core_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
working-directory: deployment/docker-compose
run: |
echo '${{ steps.secrets.outputs.gcp-credential-json }}' > .gcp_credentials.json
echo 'ZONE="${{ secrets.DEPLOYMENT_ZONE }}"'
gcloud compute scp .gcp_credentials.json \
${{ secrets.DEPLOYMENT_INSTANCE_NAME }}:~/.gcp_credentials.json \
--zone ${{ secrets.DEPLOYMENT_ZONE }}
Expand Down

0 comments on commit 098fd71

Please sign in to comment.