Created
October 28, 2015 22:16
-
-
Save bpesquet/79656dc16f0c2c03b3fb to your computer and use it in GitHub Desktop.
Deploy Silex/MySQL app to OpenShift
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
$ git remote add openshift <openshift_git_repo_url> | |
$ git fetch openshift | |
$ git merge openshift/master -s recursive -X ours | |
$ touch .openshift/markers/use_composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment