Skip to content

Commit

Permalink
Update CICD deploy infra
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 22, 2023
1 parent 388ef57 commit 10cbf6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudformations/server-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ParameterValue": "t3.medium"
},
{
"ParameterKey": "KeyPair",
"ParameterKey": "KeyPairName",
"ParameterValue": "my-keypair"
},
{
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/development_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,3 @@ jobs:
template: ./.github/workflows/cloudformations/server.yaml
parameter-overrides: "file:///${{ github.workspace }}/.github/workflows/cloudformations/server-parameters.json"
tags: ${{ env.TAGS }}
aws-region: us-east-1

0 comments on commit 10cbf6c

Please sign in to comment.