Last active
April 14, 2020 09:18
-
-
Save sdejean28/be1453a95168109865af54ca16c123b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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