We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: