Skip to content

Instantly share code, notes, and snippets.

@theburningmonk
Created September 16, 2017 00:11
Show Gist options
  • Save theburningmonk/e0b5e5964c6379be555a4abebe8b450b to your computer and use it in GitHub Desktop.
Save theburningmonk/e0b5e5964c6379be555a4abebe8b450b to your computer and use it in GitHub Desktop.
deploy:
image: node:latest
environment:
- HOME=/home
volumes:
- .:/src
- $HOME/.aws:/home/.aws
working_dir: /src
command: "./deploy.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment