I need to push the code automatically when there is a push in my repository. Until now i used DeployHQ, but recently i moved to a new hosting company which is using FTPS for file transfer. But DeployHQ is not supporting that. So please suggest any ways or tricks to use DeployHQ over ftps protocol or any scripts to accomplish this. Please help.
Asked
Active
Viewed 242 times
2
-
Are you using GitHib for your code hosting? – Bhargav Nanekalva Jan 15 '14 at 02:30
-
@NBhargav No. I'm using bitbucket – Stranger Jan 15 '14 at 06:09
-
Okay and where are you deploying your code? – Bhargav Nanekalva Jan 15 '14 at 06:54
-
@NBhargav I'm deploying to my website (I hosted in bigrock) – Stranger Jan 15 '14 at 08:18
-
Seems like ftp is supported on BigRock. http://manage.bigrock.in/kb/servlet/KBServlet/faq962.html – Bhargav Nanekalva Jan 15 '14 at 09:19
-
If ftp doesn't work, you may try SSH to deploy your site using DeployHQ and if you are using Linux hosting on BigRock then enable SSH access. http://manage.bigrock.in/kb/answer/1817 – Bhargav Nanekalva Jan 15 '14 at 09:23
-
@NBhargav Regarding FTP, they are referring the term FTP to refer FTPS only. I will give a try regarding SSH. – Stranger Jan 15 '14 at 10:09
-
let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/45267/discussion-between-n-bhargav-and-udhay) – Bhargav Nanekalva Jan 15 '14 at 10:24
-
possible duplicate of [How to automatically push after committing in git?](http://stackoverflow.com/questions/7925850/how-to-automatically-push-after-committing-in-git) – guerda Jan 16 '14 at 12:32
-
3@guerda This is issue is specific to BigRock and DeployHQ services used for deployments. Even though it is a similar issue, that post won't really help fix this one. – Bhargav Nanekalva Jan 21 '14 at 05:36
-
@NBhargav Sorry, I misunderstood. I retracted my close vote. – guerda Jan 22 '14 at 08:23
1 Answers
1
So enabling SSH on your hosting panel (BigRock) and configuring the same on DeployHQ seems to resolve your issue.

Bhargav Nanekalva
- 606
- 9
- 31