Skip to content

Commit

Permalink
Merge pull request #12 from CMSgov/jenkins_static_combine
Browse files Browse the repository at this point in the history
Adjusting combined deploy job to include trailing / on bucket path.
  • Loading branch information
jzulim authored Nov 16, 2018
2 parents 4cf2218 + 5727634 commit 1e83e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/Jenkinsfile.deploy_static
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
steps {
withAwsCli(credentialsId: aws_creds, defaultRegion: 'us-east-1') {
sh """
aws s3 cp ./dist/static-main.css s3://test.bluebutton.cms.gov/assets/css
aws s3 cp ./dist/static-main.css s3://test.bluebutton.cms.gov/assets/css/
"""
}
}
Expand All @@ -37,7 +37,7 @@ pipeline {
steps {
withAwsCli(credentialsId: aws_creds, defaultRegion: 'us-east-1') {
sh """
aws s3 cp ./dist/static-main.css s3://bluebutton.cms.gov/assets/css
aws s3 cp ./dist/static-main.css s3://bluebutton.cms.gov/assets/css/
"""
}
}
Expand Down

0 comments on commit 1e83e8b

Please sign in to comment.