Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Nov 21, 2024
1 parent f271c4d commit 7524218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/uploadS3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ interface LocalFile {

const config: any = {
dist: {
carvIdDemo: "../../apps/web/dist",
carvIdSDKDemo: "../../apps/carvid-sdk-demo/dist",
},
oldDist: {
carvIdDemo: "../../apps/web/dist-old",
carvIdSDKDemo: "../../apps/carvid-sdk-demo/dist-old",
},
project: {
dev: {
bucket: {
carvIdDemo: "carv-id-test",
carvIdSDKDemo: "carv-id-test",
},
},
prod: {
bucket: {
carvIdDemo: "carv-id-test",
carvIdSDKDemo: "carv-id-test",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:

- name: Upload files to S3
shell: bash
run: pnpm run uploadS3 --project carvIdDemo --env dev --sha ${{ github.sha }}
run: pnpm run uploadS3 --project carvIdSDKDemo --env dev --sha ${{ github.sha }}

0 comments on commit 7524218

Please sign in to comment.