-
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) 변경할 때
heroku git:remote -a interface-app-dev
heroku git:remote -a interface-app
https://blog.jungbin.kim/service/2019/03/02/deploy-mariadb-heroku.html
내 앱(interface-app-dev)의 config 보기
heroku config --app interface-app-dev