-
-
Save BanzaiMan/7638230ab445b747d900 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_deploy: | |
- mkdir deploy_staging | |
- cp */target/**/*.jar deploy_staging | |
deploy: | |
skip_cleanup: true | |
provider: s3 | |
bucket: build-bucket | |
region: us-west-2 | |
local-dir: deploy_staging | |
on: | |
all_branches: true | |
secret_access_key: | |
secure: #redacted | |
access_key_id: | |
secure: #redacted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment