Skip to content

Commit

Permalink
refactor(actions): ♻️ adjusting actions parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rcarvalh0 committed May 5, 2024
1 parent 156fd8d commit 4070c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Deploy to AWS CloudFormation
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: cf
name: application-stack
template: cf.yml
no-fail-on-empty-changeset: "1"
parameter-overrides: |
DBPassword=postgresdb
EnvironmentType=dev
parameter-overrides:
"DBPassword=postgresdb"
"EnvironmentType=dev"
1 change: 0 additions & 1 deletion cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Parameters:
MaxLength: "41"
ConstraintDescription: Must have minimum length of 8 and maximum length of 41


Mappings:
EnvironmentToInstanceType:
dev:
Expand Down

0 comments on commit 4070c83

Please sign in to comment.