Skip to content

Instantly share code, notes, and snippets.

@AWattNY
Created April 27, 2017 17:48
Show Gist options
  • Save AWattNY/0c99e8f0a985695ae4458c4c2239558c to your computer and use it in GitHub Desktop.
Save AWattNY/0c99e8f0a985695ae4458c4c2239558c to your computer and use it in GitHub Desktop.
circleci yml configuration file
dependencies:
override:
- sudo pip install awscli
deployment:
prod:
branch: master
commands:
- aws s3 sync /home/ubuntu/S3ContinuousDeploy s3://s3awscd --delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment