oops
This commit is contained in:
parent
b3ef6db1fc
commit
3772d557f8
|
@ -1,9 +1,8 @@
|
|||
name: deploy account
|
||||
name: Deploy Account
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- dev
|
||||
paths:
|
||||
- "account/**"
|
||||
- ".github/workflows/deploy-account.yml"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue