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 bd1b7be commit cd42240
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gcp_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
run: |
yarn install
yarn build:unpublished
- name: echo env variables
run: |
echo $EXTENSION_WORKSHOP_BUCKET_GCS
- name: Run deployment script
run: |
bash ${Github_Workspace}/bin/gcs-deploy.sh
env:
EXTENSION_WORKSHOP_BUCKET_GCS: ${{ env.EXTENSION_WORKSHOP_BUCKET_GCS }}
bash ./bin/gcs-deploy.sh code

0 comments on commit cd42240

Please sign in to comment.