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 eaecc83 commit 88b0b56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +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 config get-value project
gcloud config configurations list
gcloud auth list
gcloud app regions list
gcloud app create --region=us-west1
gcloud app deploy ./build/libs/rank-system-2.0.0-SNAPSHOT.jar --version=v2 --quiet

0 comments on commit 88b0b56

Please sign in to comment.