Knowledge Repository
Wednesday, November 20, 2013
deploy a grails app on heroku using git
cd <project-root-directory>
grails run-app
git init
git add application.properties grails-app test web-app lib --force
git commit -m init
git push heroku master
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment