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 1f6e222 commit b7078a3
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 @@ -48,5 +48,5 @@ jobs:
echo '${{ secrets.GCP_SA_KEY }}' > key.json
gcloud config set project ${{ secrets.PROJECT_ID }}
gcloud auth activate-service-account --key-file=key.json --verbosity=debug
gcloud app create --region=us-west1
gcloud app create
gcloud app deploy ./build/libs/rank-system-2.0.0-SNAPSHOT.jar --version=v2 --quiet

0 comments on commit b7078a3

Please sign in to comment.