Skip to content

Commit e1bad7d

Browse files
committed
new changes
1 parent cb9366a commit e1bad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
- eval $(aws ecr get-login)
88
build:
99
commands:
10-
- aws s3 cp s3://docker-ecs-simple/$(WEBCONTEXT) simplewebapp.war
10+
- aws s3 cp s3://docker-ecs-simple/simplewebapptest.war simplewebapp.war
1111
post_build:
1212
commands:
1313
- echo Build started on `date`

0 commit comments

Comments
 (0)