Skip to content

Commit

Permalink
Update google.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peppys committed Dec 16, 2021
1 parent 615a588 commit 99e9f4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
run: |
gcloud run deploy $CLOUD_RUN_SERVICE --image $REGISTRY_HOSTNAME/$GOOGLE_PROJECT/$IMAGE:${GITHUB_SHA} --platform managed --project $GOOGLE_PROJECT --region us-central1
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12

# Build and deploy the static website to Netlify
- name: Deploy Web
run: |
Expand Down

0 comments on commit 99e9f4f

Please sign in to comment.