Skip to content

Instantly share code, notes, and snippets.

@sdejean28
Last active April 14, 2020 09:18
Show Gist options
  • Save sdejean28/be1453a95168109865af54ca16c123b2 to your computer and use it in GitHub Desktop.
Save sdejean28/be1453a95168109865af54ca16c123b2 to your computer and use it in GitHub Desktop.
version : '2'
services:
main:
build:
context: ./application
args:
- BRANCH=<branch>
- DIRECTORY=<destination>
- REPOSITORY=<github repository>
- GITHUB_ACCOUNT=<username>
- PERSONAL_TOKEN=<personal_token>
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment