Neither git or rocketeer will work if you don't have SSH access.
If you really can't afford a DO box (they're $5 a month!) then simply uploading the files via FTP is likely the only option.
With DO, it's not JUST a matter of affording the $5. Sure, it's only $5 but you have to do everything yourself. Installation, security, and maintenance. I can only speak for myself, but that makes me quite nervous.
Yes, I have a DO account, but I've not even created a drop, for fears of having to 'do it all myself' (that and I'm cheap and don't want to pay for something I'm not quite ready for yet).
If you want to learn the super basics of managing a linux server, just install Vagrant. Do NOT get chef/puppet/ansible, just SSH in and set it up manually, add a port forward for the webserver and see if you can get it working with PHP/MySQL/Apache. It's a lot easier than you'd think!
I do have ssh access on HostGator. After posting I took a deeper look at DO. I realized that I would probably have to bump up to the $10/mo plan or host the images elsewhere. (I remember an article a while back about using Flickr as a CDN but I don't know how feasible that is without looking into it more).
Like you said tfevens, I am nervous about having to handle everything myself but I also have a Vagrant environment set up and it wasn't too difficult to do. Plus they have tools in place to ease the transition between your local Vagrant box and the DO servers.
I have a bit more thought to put into this. Thank you for allowing me to talk this out with the group.
Edit: Hm...I should've researched a bit more. Anyone have experience with Amazon's s3 service? Free tier or beyond?
If you don't know Linux Very well but still need the SSH and stuff, install Vesta (http://vestacp.com) and it will be like the Shared Hosting you already know, with a lot of more flexibility.
There are another options to, but this is really simple, secure and updated.
he-rnand-es, that looks great. I'll look into that more thoroughly soon. Thanks for the suggestion.
Also, I made an edit up top that might get ignored since there's a post below it but: "Anyone have experience with Amazon's s3 service? Free tier or beyond?"
Another edit: Looks like their free storage services expire after a year.
I use http://deployhq.com along with the partner company http://codebasehq.com. If you signup with Codebase you get an account with deployhq free and they work great together.
Very easy to setup and works without issues on shared hosting accounts.
Hope this helps.
Regards, Ray
no one really answered his original question. i'm also curious at how to deploy a specific branch from a git repo to a shared environment.
With hostgator shared hosting (reseller anyway) there is a one-time setup fee of $10 per account to allow SSH access, you need to fill in the request form here - https://secure.hostgator.com/resellerssh.php.
Looks like it's free on reseller? (http://support.hostgator.com/articles/hosting-guide/lets-get-started/how-do-i-get-and-use-ssh-access#Shared)
When you say you want to deploy from git, do you mean just pull down a tagged version of your code? In that case, I would imagine you could do that simply.
I've also used Jenkins in the past to automate the FTP process, but if I remember correctly, you couldn't use SFTP with hostgator for some reason (although that may be me recalling incorrectly or may have been updated).
I was used https://github.com/BrunoDeBarros/git-deploy-php on windows. Its working fine there is no matter git hosted on bitbucket,gitlab or github.
some other links also there that can help you.
HOSTING LARAVEL 5.4 PHP 7 Shared Hosting It offers web hosting for your projects in Laravel Framework all versions (4.x up to 5.4), we have support for PHP versions 5.3, 5.4, 5.5, 5.6, 7.0 and 7.1, up to 20 times faster thanks to the storage technology SSD. Http://hostinglaravel.com/
I recently wrote an article on how I was able to host my laravel on a shared host. (Hostgator) https://www.5balloons.info/hosting-laravel-5-5-project-on-shared-hosting-hostgator/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community