diff --git a/Jenkinsfile b/Jenkinsfile index a5d3b173b..f3558ddb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }