Doing manual deployments

In the Configuring the default Git branch for deployment recipe, under the There's more... section, we looked at how to turn off autodeployment using the --no-auto-deploy option with the rhc app-configure command. What do you do if you want to deploy the application after switching off autodeployment? One solution would be to reconfigure the application to autodeploy by running the rhc app-configure –auto-deploy command. This solution is good if you want to perform autodeployment from now on, but if you want to manage deployment yourself, the --auto-deploy option is not a solution. In this recipe, you will learn how to manually deploy the application to OpenShift.

Getting ready

To complete this recipe, you will need rhc ...

Get OpenShift Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.