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