Skip to content

Commit 7966950

Browse files
authored
Update buildspec.yml
1 parent 583e9a9 commit 7966950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ phases:
2121
commands:
2222
- echo "Build completed"
2323
- aws ssm get-parameter --name maddy-test --with-decryption --query "Parameter.Value" --output text > private_key.pem
24-
- scp -i private_key.pem target/webapp.war ubuntu@ec2-44-204-28-186:/home/ubuntu/webapp.war
24+
- scp -i private_key.pem target/webapp.war ubuntu@44.204.28.186:/home/ubuntu/webapp.war

0 commit comments

Comments
 (0)