Upload to heroku without git

前端 未结 3 1440
南方客
南方客 2020-12-30 23:28

Im making a tiny web app, really just for personal testing, the app is built with php / mysql, i plan to host it on heroku, but i was wondering is it possible to host stuff

3条回答
  •  爱一瞬间的悲伤
    2020-12-31 00:05

    A current option recommended to replace heroku-push is heroku-builds.

    With it, you can use heroku builds:create to deploy the current working directory to a Heroku app, among other things.

提交回复
热议问题