หน้าเว็บ

Friday, December 11, 2015

อัพไฟล์จาก git ขึ้น FTP ด้วย git-ftp

อัพไฟล์จาก git ขึ้น FTP ด้วย git-ftp สำหรับ Hosting ที่ไม่มี SSH or git support

https://github.com/git-ftp/git-ftp

หากเอาขึ้น FTP ครั้งแรกให้ใช้

$ git ftp init -u  -P ftp://host.example.com/public_html

ครั้งต่อๆไปก็ใช้
$ git ftp push -u  -P ftp://host.example.com/public_html

ตัวอย่าง

No comments:

Post a Comment