Skip to content

Commit

Permalink
adding prod pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Apr 1, 2024
1 parent 65ac796 commit 4094f6f
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: Deploy to GCS
on:
push:
tags:
- '20[0-9][0-9].[0-9][0-9].[0-9][0-9](-[0-9]+)?'

- "20[0-9][0-9].[0-9][0-9].[0-9][0-9](-[0-9]+)?"

jobs:
deploy-prod:
runs-on: ubuntu-latest
environment: Prod
environment: Prod
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -21,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:production
- name: Deploying unpublsiehd content to stage.
- name: Deploying unpublsiehd content to stage.
run: |
sh ./bin/gcs-deploy.sh ${{vars.EXTENSIONWORKSHOP_BUCKET_PROD}}

0 comments on commit 4094f6f

Please sign in to comment.