Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Forked from andyscott/.travis.yml
Created April 30, 2014 03:35
Show Gist options
  • Save BanzaiMan/7638230ab445b747d900 to your computer and use it in GitHub Desktop.
Save BanzaiMan/7638230ab445b747d900 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