hirasso / wp-sync-deploy

Sync and deploy your wordpress website between environments 🔀
MIT License
4 stars 0 forks source link

Usage without composer #1

Closed daun closed 2 weeks ago

daun commented 2 weeks ago

Love it! Can I use this without composer? My customer insists on potato hosting and they also don't have wp-cli :)

hirasso commented 2 weeks ago

Glad you asked! wp-sync-deploy was actually build with potato hosting in mind 🥔😄 All you need is an SSH connection.

The script will then take care of installing wp-cli itself. Also, a hoster without composer installed is no issue as the script will simply deploy your local files, including your installed composer dependencies if you tell it to do so.

daun commented 2 weeks ago

Sounds great! Will give it a spin, then 🌝