Skip to content

Instantly share code, notes, and snippets.

@cristofer-dev
Created March 4, 2018 22:01
Show Gist options
  • Save cristofer-dev/d1ddc553913ea44535224822e0b424ce to your computer and use it in GitHub Desktop.
Save cristofer-dev/d1ddc553913ea44535224822e0b424ce to your computer and use it in GitHub Desktop.
version: 0.2
phases:
build:
commands:
- aws s3 cp s3://deployment.script/build.sh build.sh
- chmod -R +x build.sh
- ./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment