Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Apr 3, 2024
1 parent de6b4dc commit 7fd8180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gcp_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy-stage:
runs-on: ubuntu-latest
environment: stage
environment: stage
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -20,12 +20,11 @@ jobs:

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

- name: stage build with unpublsiehd contents
run: |
yarn install
yarn build:unpublished
- name: Deploying unpublsiehd content to stage.
yarn build:production
- name: Deploying unpublsiehd content to stage.
run: |
sh ./bin/gcs-deploy.sh ${{vars.EXTENSIONWORKSHOP_BUCKET_STAGE}}
1 change: 1 addition & 0 deletions .github/workflows/gcp_deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "20[0-9][0-9].[0-9][0-9].[0-9][0-9](-[0-9]+)?"
workflow_dispatch:

jobs:
deploy-prod:
Expand Down

0 comments on commit 7fd8180

Please sign in to comment.