vinkla / wordplate

A boilerplate for WordPress, built with Composer and designed with sensible defaults.
2.11k stars 155 forks source link

Suggestions for Deployment routines? #204

Closed ibes closed 6 years ago

ibes commented 6 years ago

Hi there,

I just try to figure out the next deployment steps. As WordPlate builds on composer it makes sense to have a deployment step that pulls the composer packages. Do you have any recommandations? I am just checking out Envoyer from the Laravel Universe and think that that could be it.

Would be grateful for hints if there are other tools worth checking out that work grate with WordPlate.

Thanks,

Sebastian

fiskhandlarn commented 6 years ago

I personally prefer https://deploybot.com/ over Envoyer. You could also create your own deployment with https://deployer.org/.

vinkla commented 6 years ago

I personally use Fortrabbit for most of my and client websites. It is easy to get started and it uses push-to-deploy with built-in Composer support.

This is not your grandma's hosting. fortrabbit is affordable as shared hosting, powerful as VPS hosting and carefree as managed hosting.

I've used WordPlate with Envoyer and Forge in the past and it worked great. Though, it required more setup from my part. That is why I'm using Fortrabbit these days. It just works.