-
Notifications
You must be signed in to change notification settings - Fork 1
Heroku 다루기
kimhanui edited this page Dec 30, 2020
·
4 revisions
local에서 헤로쿠 add-on을 관리하려면 heroku cli를 쓰는 것이 편하다
jawsDB의 mariaDB를 add-on으로 추가할 때 도움 받았던 링크들
dev, prod 앱 연결할 때
git remote add heroku git@heroku.com:interface-app-dev.git
git remote add heroku git@heroku.com:interface-app.git
https://blog.jungbin.kim/service/2019/03/02/deploy-mariadb-heroku.html
내 앱(interface-app-dev)의 config 보기
heroku config --app interface-app-dev