Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakinRogel committed Apr 7, 2024
1 parent 622fe22 commit 1904c85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:

- name: Activate service account credentials
run: |
echo "$GCP_SA_KEY" | base64 -d > /tmp/key.json
echo "${{ secrets.GCP_SA_KEY }}" | base64 --decode > /tmp/key.json
gcloud auth activate-service-account --key-file=/tmp/key.json
env:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
- name: Deploy to Google Cloud
run: |
Expand Down

0 comments on commit 1904c85

Please sign in to comment.