Created
September 16, 2017 00:11
-
-
Save theburningmonk/e0b5e5964c6379be555a4abebe8b450b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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