220330 - Heroku setting

Install

Download and log in to Heroku

$ heroku login

Create a new Git repository

Initialize a git repository

$ cd my-project
$ git init
$ heroku git:remote -a app-name

Deploy my application

Commit the code to repository

$ git add .
$ git commit -am "commit-message"
$ git push heroku main

Existing Git repository

Simply add the heroku remote

$ heroku git:remote -a todo-management-seop

Source

Install guide

https://devcenter.heroku.com/articles/heroku-cli
https://dashboard.heroku.com/apps/todo-management-seop/deploy/heroku-git

좋은 웹페이지 즐겨찾기