根據heroku官網說明是沒辦法上傳到heroku的 所以特此介紹:
0.雖然想要只做純HTML5網站,但請把index.htm改成.php XD
1.先裝Heroku Toolbelt
2.安裝Git for Windows
3.設定Windows的path : C:\Program Files (x86)\Git\bin
(因為heroku tool會用ssh-keygen.exe 卻又沒內建 囧
4.接下來基本設定OK了
5.用cmd.exe開啟要上傳的資料夾
6.heroku login , 輸入heroku帳號密碼
7.git remote add heroku git@heroku.com:"你的heroku app name".git
8. git push heroku
9.完成
ps: 想用totriseGit發佈, 但又有權限問題尚未解決
參考文章
sshkey權限問題
http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end
改成.php問題
http://stackoverflow.com/questions/15499242/heroku-push-rejected-no-cedar-supported-app-detected
0.雖然想要只做純HTML5網站,但請把index.htm改成.php XD
1.先裝Heroku Toolbelt
2.安裝Git for Windows
3.設定Windows的path : C:\Program Files (x86)\Git\bin
(因為heroku tool會用ssh-keygen.exe 卻又沒內建 囧
4.接下來基本設定OK了
5.用cmd.exe開啟要上傳的資料夾
6.heroku login , 輸入heroku帳號密碼
7.git remote add heroku git@heroku.com:"你的heroku app name".git
8. git push heroku
9.完成
ps: 想用totriseGit發佈, 但又有權限問題尚未解決
參考文章
sshkey權限問題
http://stackoverflow.com/questions/4269922/permission-denied-publickey-when-deploying-heroku-code-fatal-the-remote-end
改成.php問題
http://stackoverflow.com/questions/15499242/heroku-push-rejected-no-cedar-supported-app-detected
留言
張貼留言