Skip to content

Commit c54b061

Browse files
committed
fix deploy
1 parent 09d71b2 commit c54b061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
196196
# Build and Deploy CDK application
197197
- name: Build & Deploy
198-
run: cdk deploy ${{ secrets.STACK_NAME }}-lambda-${{ secrets.STACK_STAGE }} --require-approval never
198+
run: npm run cdk deploy ${{ secrets.STACK_NAME }}-lambda-${{ secrets.STACK_STAGE }} --require-approval never
199199
env:
200200
TITILER_STACK_NAME: ${{ secrets.STACK_NAME }}
201201
TITILER_STACK_STAGE: ${{ secrets.STACK_STAGE }}

0 commit comments

Comments
 (0)