Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu-cnu authored Nov 11, 2024
1 parent 3b93e0c commit 4df29a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,15 @@ jobs:
with:
name: team18-be-jar

- name: Authenticate with GCP
uses: google-github-actions/auth@v1
with:
credentials_json: "${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}"

- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: "${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}"

- name: Get GitHub Actions Runner IP
id: get_ip
Expand Down

0 comments on commit 4df29a8

Please sign in to comment.