Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyukikashiro committed Jun 18, 2022
1 parent b96ea9b commit 5a5c9f7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -32,10 +32,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- name: Auth
uses: google-github-actions/auth@v0
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT }}
credentials_json: ${{ secrets.GCP_CREDENTIALS }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -50,6 +53,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/setup-node@v3
with:
node-version: 12.16.2

- name: Install deps
run: yarn

Expand Down

0 comments on commit 5a5c9f7

Please sign in to comment.