Skip to content

Instantly share code, notes, and snippets.

@mickaelandrieu
Last active April 7, 2017 13:25
Show Gist options
  • Save mickaelandrieu/6d0533cdb178df01a1649d035a69e40a to your computer and use it in GitHub Desktop.
Save mickaelandrieu/6d0533cdb178df01a1649d035a69e40a to your computer and use it in GitHub Desktop.
Command to enable GitHub integration into Platform.sh project
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