Skip to content

Instantly share code, notes, and snippets.

@andyscott
Created April 30, 2014 03:34
Show Gist options
  • Save andyscott/707379b6abd8340642e0 to your computer and use it in GitHub Desktop.
Save andyscott/707379b6abd8340642e0 to your computer and use it in GitHub Desktop.
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