We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d71b2 commit c54b061Copy full SHA for c54b061
.github/workflows/ci.yml
@@ -195,7 +195,7 @@ jobs:
195
196
# Build and Deploy CDK application
197
- name: Build & Deploy
198
- run: cdk deploy ${{ secrets.STACK_NAME }}-lambda-${{ secrets.STACK_STAGE }} --require-approval never
+ run: npm run cdk deploy ${{ secrets.STACK_NAME }}-lambda-${{ secrets.STACK_STAGE }} --require-approval never
199
env:
200
TITILER_STACK_NAME: ${{ secrets.STACK_NAME }}
201
TITILER_STACK_STAGE: ${{ secrets.STACK_STAGE }}
0 commit comments