Heroku 自動部署 GitHub 程式碼

Cooperhush發表於2019-03-12

1、開啟heroku應用列表,選擇一個app進入
file
2、點選deploy選項卡,在Deployment method 欄選擇GitHub
file
3、在 Connect to GitHub 欄搜尋GitHub上的專案,在需要部署的專案右側點選connect
file
4、在 Automatic deploys 欄 點選 Enable Automatic Deploys
file

然後就可以在每一次git push 到 GitHub 後就會自動部署到heroku了!


相關文章