Hacker News new | ask | show | jobs
by imjared 4985 days ago
I wanted to use PHPFog for an ExpressionEngine site but deploys seemed to take an unreasonably long time. Their pseudo-git (CLI task `pf`) is also kind of silly.

If you're not going to be doing a lot of dev work and making a lot of commits, I'd recommend.

1 comments

You can actually use git natively for PHP Fog. The CLI tool is just an option to make things easier for some users.
Right, that's what I went to. I figured I'd give their tool a whirl but it's just an obfuscation of git. I guess it might be easier for some but it just gave me error after error.