Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukhoplus authored Oct 2, 2023
1 parent f85c97b commit f980854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Deploy Project
run: |
echo ${{ secrets.GCP_SA_KEY }} > key.json
echo "${{ secrets.GCP_SA_KEY }}" > key.json
cat key.json
gcloud auth activate-service-account --key-file=key.json
gcloud auth activate-service-account --key-file=key.json --verbosity=debug
gcloud app deploy ./build/libs/rank-system-2.0.0-SNAPSHOT.jar --version=v2 --quiet

0 comments on commit f980854

Please sign in to comment.