Heroku setting

Hyeonseop-Noh·2022년 3월 30일
0

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

profile
PlanBy Developer

0개의 댓글