이 콘텐츠는 선택한 언어로 제공되지 않습니다.
13.3.2. Manual Deployment
In contrast to automatic deployment, manual deployment of applications provides greater control of the application deployment process. Manual deployments of an application can be from a Git reference, such as commit ID, tag, or branch, or from a binary artifact. Because automatic deployment is configured by default when a new application is created, it must be disabled to configure manual deployment for that application.
13.3.2.1. Configuring Manual Deployment 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Configure manual deployment for an application by disabling automatic deployment with the following command, specifying the application name:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
This command enables manual deployment of an application so that when the
rhc configure-app -a App_Name --no-auto-deploy
$ rhc configure-app -a App_Name --no-auto-deployrhc configure-app -a App_Name --no-auto-deployrhc configure-app -a App_Name --no-auto-deploy
git push
command is run, the application data is only pushed to the remote repository; the application is not deployed.