Has anyone successfully deployed on heroku from a windows platform?

后端 未结 2 561
离开以前
离开以前 2021-01-19 04:51

I\'ve been reading all kinds of tutorials on how to deploy rails apps on heroku from windows.

I\'ve tried installing git, heroku gem, generating ssh keys and settin

2条回答
  •  渐次进展
    2021-01-19 05:37

    Alternately, you may utilize puTTYgen.exe , and paste the OpenSSH public key into a mykey.pub file, and uploading that with heroku keys:add c:\mykey.pub

提交回复
热议问题