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 f980854 commit fb4d117
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 @@ -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 --verbosity=debug
gcloud app deploy ./build/libs/rank-system-2.0.0-SNAPSHOT.jar --version=v2 --quiet

0 comments on commit fb4d117

Please sign in to comment.