Last active
April 7, 2017 13:25
-
-
Save mickaelandrieu/6d0533cdb178df01a1649d035a69e40a to your computer and use it in GitHub Desktop.
Command to enable GitHub integration into Platform.sh project
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
platform integration:add --type=github \ | |
--project=<PROJECT_ID> --token=<GITHUB-USER-TOKEN> \ | |
--repository=<OWNER>/<REPOSITORY> --build-pull-requests=true \ | |
--fetch-branches=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment