Skip to content

Commit

Permalink
Merge pull request #3 from THEOplayer/update-demo-version
Browse files Browse the repository at this point in the history
Fix script syntax
  • Loading branch information
dubeyShivank authored Jan 15, 2025
2 parents 9e9aee7 + ec8edcb commit 0827588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
BUCKET: ${{ secrets.THEO_LIVE_DEMO_BUCKET }}
BUILD_DIR: ${{ secrets.THEO_LIVE_DEMO_BUILD_FOLDER }}
CLOUD_FRONT_ID: ${{secrets.THEO_LIVE_DEMO_CLOUD_FRONT_ID}}
run: npm run deploy -- "$BUCKET" "$BUILD_DIR" "$CLOUD_FRONT_ID"
run: npm run deploy -- ${BUCKET} ${BUILD_DIR} ${CLOUD_FRONT_ID}

0 comments on commit 0827588

Please sign in to comment.