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 fb4d117 commit 206e925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
run: |
echo '${{ secrets.GCP_SA_KEY }}' > key.json
cat key.json
gcloud auth activate-service-account --key-file=key.json --verbosity=debug
gcloud auth activate-service-account --key-file=key.json --verbosity=debug
gcloud config set project ${{ secrets.PROJECT_ID }}
gcloud app deploy ./build/libs/rank-system-2.0.0-SNAPSHOT.jar --version=v2 --quiet

0 comments on commit 206e925

Please sign in to comment.