java - Deploy WAR file to Openshift without using GIT? -


I want to upload a war file to my opsshift account, but this is my GIT OT () Please forgive me for saying this, but it is very upset.

Does anyone upload a war file directly on my application without using a third party?

My application Openshift includes: Tomato 7 (JbS EWS 2.0), MySk 5.5.

Highly appreciated

Please follow the instructions in the following link

More details:

You can use it like this:

Hit git and git Enter bash, and then do this:

  scp & lt; Your local file name & gt; & Lt; Your hash number & gt; @ & Lt; Your app name & gt; - & lt; Your Domain Name & gt; .rhcloud.com: ~ / & lt; App name & gt; / data /   

Example:

  scp hello.csv 87b95e67477f442c9356a4ae49cd7c9e@cdapp-music.rhcloud.com: ~ / cdapp / data /   

External source: from

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -