Skip to content

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

@ALRubinger

Description

@ALRubinger

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions