-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Md Kamrul Hasan Pulok edited this page Jul 15, 2017
·
1 revision
Welcome to the lockessential wiki!
- Install Heroku (Ref: https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up)
- Login to Heroku login
- Add Heroku Git repository path (Can be found in settings page of Heroku/lockessential app)
git remote add origin https://github.com/user/repo.git
git remote -v
- Push to Heroku latest code
git push heroku master