Is there a simple 1-step deploy solution (hosting or just some scripts) for php? Preferably works with ec2?
Ask HN: is there a git-push-heroku for php?
1–5 of 5 posts
Re: Ask HN: is there a git-push-heroku for php?
#2http://beanstalkapp.com/
Instantly deploy or rollback updates to multiple web
servers for testing and production releases.
It uploads over SFTP/FTP, so EC2 should be fineRe: Ask HN: is there a git-push-heroku for php?
#3I'm building one. gitpush.com. I don't have anything up yet but send me your email and i'll let you know when its done.
Re: Ask HN: is there a git-push-heroku for php?
#4There is also http://www.deployhq.com/
Re: Ask HN: is there a git-push-heroku for php?
#5This question is funny to me because before Heroku, Rails was universally considered a complete bitch to try and deploy, and PHP was universally considered the easiest system to deploy.