Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI Chapter to use SCP instead of Git Deployment to OpenShift #119

Open
ALRubinger opened this issue May 15, 2014 · 1 comment
Open

Comments

@ALRubinger
Copy link
Member

Using a Git deployment into OpenShift will have the repo growing over time, eventually topping off the disk space quota.

Alternatively, in cases where an audit trail of previously-deployed binaries are not needed, instead do an SCP into the deployments directory:

cd $WORKSPACE/target
mv -vf devnation-site.war ROOT.war
scp ROOT.war {username@address}:app-root/dependencies/jbosseap/deployments
@coreydaley
Copy link

You can also use the rhc scp command. Here is a KB article about the different ways you can deploy war/ear files to your OpenShift gears: https://www.openshift.com/kb/kb-e1088-how-to-deploy-pre-compiled-java-applications-war-and-ear-files-onto-your-openshift-gear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants