This commit is contained in:
adueck 2024-11-28 14:31:59 +05:00
parent b3ef6db1fc
commit 3772d557f8
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,8 @@
name: deploy account
name: Deploy Account
on:
push:
branches:
- master
- dev
paths:
- "account/**"
- ".github/workflows/deploy-account.yml"

View File

@ -1,3 +1,5 @@
name: Deploy Functions
on:
push:
branches:
@ -17,6 +19,7 @@ jobs:
cdk_subcommand: "deploy"
cdk_stack: "stack1"
cdk_args: "--require-approval never"
working_dir: "functions"
actions_comment: false
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}