heroku login
Be sure to create, or associate an SSH key with your account.
$ heroku login Enter your Heroku credentials. Email: [email protected] Password: Could not find an existing public key. Would you like to generate one? [Yn] Y Generating new SSH public key. Uploading SSH public key /Users/Administrator/.ssh/id_rsa.pub Authentication successful.
git clone -o heroku [email protected]:.git
worker/src/main/java/com/heroku/devcenter/BigOperationWorker.java in your favorite editoronMessage() method:System.out.println(bigOp.getName().toUpperCase());mvn clean package
git commit -am "New changes to deploy"git push heroku masterYou've just cloned, modified, and deployed a brand new app.
See your changesLearn more at the Heroku Dev Center