Guest User

Untitled

a guest
Jan 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. heroku war:deploy myapp-ws-0.0.1-SNAPSHOT.war --app myapp-ws
  2.  
  3. heroku config:set -Dspring.profiles.active="true"
  4.  
  5. heroku logs --tail --app myapp-ws
  6.  
  7. heroku ps:scale web=1
  8.  
  9. heroku config:set WEBAPP_RUNNER_OPTS="-Dspring.profiles.active=test" --app myapp-ws
Add Comment
Please, Sign In to add comment