Update Jenkinsfile

This commit is contained in:
s4616 2023-07-10 19:50:34 +09:00 committed by GitHub
parent 3f7af908ed
commit 6c18458e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -62,7 +62,7 @@ pipeline {
steps {
echo "Upload to S3"
dir("${env.WORKSPACE}") {
sh 'zip -r deploy-1.0.zip ./script appspec.yml'
sh 'zip -r deploy-1.0.zip ./scripts appspec.yml'
sh 'aws s3 cp --region ap-northeast-2 --acl private ./deploy-1.0.zip s3://aws00-codedeploy'
sh 'rm -rf ./deploy-1.0.zip'
}