Skip to content

Commit

Permalink
Upgrade gcloud integration for site
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyEngel committed Mar 19, 2024
1 parent cb7bbef commit e9b1098
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/site-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ jobs:
run: npm run build
- name: Verify contents
run: ls -la
- uses: google-github-actions/setup-gcloud@v2
- uses: 'google-github-actions/auth@v2'
with:
version: "290.0.1"
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v2
# with:
# version: "290.0.1"
# project_id: ${{ secrets.GCP_PROJECT_ID }}
# service_account_key: ${{ secrets.GCP_SA_KEY }}
# export_default_credentials: true
- name: Deploy Site
run: gsutil rsync -d -r dist gs://engel.dev

0 comments on commit e9b1098

Please sign in to comment.