Skip to content

Commit

Permalink
Fix production workflow command
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Nov 6, 2023
1 parent b7d45fa commit dfb150d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: npm run build-apps
- name: deploy to cesium.com
if: ${{ env.AWS_ACCESS_KEY_ID != '' }}
run: npm run deploy-s3 -- -b "cesium.com-next" -c 'public, max-age=1800'--skip --confirm
run: npm run deploy-s3 -- -b "cesium.com-next" -c 'public, max-age=1800' --skip --confirm

0 comments on commit dfb150d

Please sign in to comment.