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 51ee55a commit f6abc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Deploy Project
run: |
echo '${{ secrets.GCP_SA_KEY }}' > key.json
gcloud config set project ${{ secrets.PROJECT_ID }}
gcloud app create
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 f6abc1d

Please sign in to comment.