Skip to content

Commit

Permalink
test: spring-app
Browse files Browse the repository at this point in the history
  • Loading branch information
yourzinc committed Jan 16, 2024
1 parent 61d3a18 commit d33db47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ systemctl status codedeploy-agent
- Compute platform : `EC2/On-premises`

### Create Amazon CodeDeploy Deployment group
- Deployment group name : `deployment-group`
- Deployment group name : `spring-app`
- Service role : `CodeDeployServiceRole`
- Deployment type : `In-Place`
- Environment configuration : `Amazon EC2 instances`
Expand Down Expand Up @@ -128,6 +128,6 @@ systemctl status codedeploy-agent

### Update GitHub Actions Secrets
- BUCKET_NAME
- CODEDEPLOY_APP_NAME : `application`
- DEPLOYMENT_GROUP_NAME : `deployment-group`
- CODEDEPLOY_APP_NAME : `spring-app`
- DEPLOYMENT_GROUP_NAME : `spring-app`
- ROLE_NAME : IAM Role for Github Actions

0 comments on commit d33db47

Please sign in to comment.