codestates / codestates/ds-TIL
[TIL]201204
Open
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
배포가 뭔가 쉬운것 같은데도 어렵다.
1. heroku login을 한다.
2. 앱을 새로 만든다.
3. 생성된 앱 깃헙을 remote로 연결한다.
4. git add , git commit , git push를한다. branch 이름이 다르면 master:main 이런식으로 해준다.
5. 끝
하지만 사전준비가 중요하다. requirements.txt도 그렇고, gunicorn을 사용하고 싶으면 procfile이 따로 필요하다.
그래도 두번 하고나니까 조금 더 잘 알게 된 것 같다.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.