SCP File from local to Heroku Server

后端 未结 5 576
温柔的废话
温柔的废话 2021-02-07 08:41

I\'d like to copy my config.yml file from my local django app directory to my heroku server, but I\'m not sure how to get the user@host.com format for heroku.

I\'ve tri

5条回答
  •  悲&欢浪女
    2021-02-07 09:01

    If you need to download your entire repo, for example to recover an app that you no longer have locally, use heroku git:clone -a myapp. Docs.

提交回复
热议问题