We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca48efb commit 81d576cCopy full SHA for 81d576c
1 file changed
buildspec.yml
@@ -21,4 +21,5 @@ phases:
21
- echo "Build completed"
22
- aws ssm get-parameter --name maddy-test --with-decryption --query "Parameter.Value" --output text > private_key.pem
23
- chmod 600 private_key.pem
24
+ - ls -la target
25
- scp -o StrictHostKeyChecking=no -i private_key.pem target/webapp.war ubuntu@44.204.28.186:/home/ubuntu/webapp.war
0 commit comments