Skip to content

Commit

Permalink
Update config CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Mar 20, 2024
1 parent 6b02148 commit 50695f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions 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 @@ -17,7 +17,7 @@
},
{
"ParameterKey": "KeyPairName",
"ParameterValue": "my-keypair"
"ParameterValue": "vectornguyen-keypair"
},
{
"ParameterKey": "AMItoUse",
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,23 @@ Apply CI/CD with Github Actions to automatically deployed to AWS platform use EC
```

2. Create _Secrets_ on Github:

1. **AWS_ACCESS_KEY_ID**: access token
2. **AWS_SECRET_ACCESS_KEY**: secret access
3. **AWS_DEFAULT_REGION**: region
3. **SSH_PRIVATE_KEY**: ssh key pair
4. **DOCKERHUB_USERNAME**: ssh key pair
5. **DOCKERHUB_PASSWORD**: ssh key pair

3. Create _Variables_ on Github:

1. **TAGS**: Tag for resources

Example:

```
[{ "Key": "ApplicationName", "Value": "Template_Application" },
{ "Key": "Creator", "Value": "VectorNguyen" }]
```
## Flask Commands
Expand Down

0 comments on commit 50695f9

Please sign in to comment.