Skip to content

Commit

Permalink
Merge pull request #158 from goldstack/issue-144-enable-email-send-bu…
Browse files Browse the repository at this point in the history
…ild-set

Enable email send deploy set
  • Loading branch information
goldstack committed Apr 22, 2022
2 parents 438f523 + 279abfe commit 9cdc7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
'backend-nodejs-express',
'nextjs-bootstrap',
'no-infra',
'email-send',
'static-website',
]
if: "contains(github.event.head_commit.message, 'trigger_template_deploy_dev') && github.ref == 'refs/heads/master'"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/template_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
'backend-lambda-api',
'backend-nodejs-express',
'no-infra',
'email-send',
'static-website',
]
if: "contains(github.event.head_commit.message, 'trigger_template_deploy_prod') && github.ref == 'refs/heads/master'"
Expand Down

0 comments on commit 9cdc7f7

Please sign in to comment.