oops
This commit is contained in:
parent
b3ef6db1fc
commit
3772d557f8
|
@ -1,9 +1,8 @@
|
||||||
name: deploy account
|
name: Deploy Account
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
|
||||||
paths:
|
paths:
|
||||||
- "account/**"
|
- "account/**"
|
||||||
- ".github/workflows/deploy-account.yml"
|
- ".github/workflows/deploy-account.yml"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
name: Deploy Functions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -17,6 +19,7 @@ jobs:
|
||||||
cdk_subcommand: "deploy"
|
cdk_subcommand: "deploy"
|
||||||
cdk_stack: "stack1"
|
cdk_stack: "stack1"
|
||||||
cdk_args: "--require-approval never"
|
cdk_args: "--require-approval never"
|
||||||
|
working_dir: "functions"
|
||||||
actions_comment: false
|
actions_comment: false
|
||||||
env:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
|
|
Loading…
Reference in New Issue