Skip to content

Commit 95ab231

Browse files
chore: separate update beanstalk in another step
1 parent 50f087e commit 95ab231

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG ./application
4747
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
48-
48+
4949
- name: Update beanstalk version
5050
env:
5151
ENVIRONMENT: production

env/prod/Dockerrun.aws.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"AWSEBDockerrunVersion": "1",
33
"Image": {
4-
"Name": "384775792797.dkr.ecr.us-east-1.amazonaws.com/docker-beanstalk-production",
5-
"Update": true
4+
"Name": "384775792797.dkr.ecr.us-east-1.amazonaws.com/docker-beanstalk-production",
5+
"Update": "true"
66
},
77
"Ports": [
8-
{
9-
"ContainerPort": "8000"
10-
}
8+
{
9+
"ContainerPort": "8000"
10+
}
1111
]
12-
}
12+
}
-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)