Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Mar 5, 2024
1 parent 575b7d7 commit ec5cf4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gcp_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v3

- name: Set up Google Cloud SDK
uses: google-github-actions/[email protected]
uses: google-github-actions/auth@v2
with:
version: 'latest'
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Echo pwd
run: pwd
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: set up gcloud
uses: googel-github-actions/setup-gcloud@v2

- name: stage build with unpublsiehd contents
run: |
yarn install
Expand Down

0 comments on commit ec5cf4d

Please sign in to comment.