mrengy / recycleabike

recycle-a-bike website
0 stars 0 forks source link

Set up appropriate auto updates and manual update schedule #156

Closed mrengy closed 3 years ago

create-issue-branch[bot] commented 3 years ago

Branch issue-156-Set_up_appropriate_auto_updates_and_manual_update_schedule created!

mrengy commented 3 years ago

On devsite and production, I tried to enable auto updates for WP core and all plugins except soliloquy-lite since if a plugin update to that one changes the DOM created, it may break the layout.

Enabling auto updates for core and plugins turns out to be complicated / impossible if there is a .git file at the wordpress root. Trying to see if there's an easy workaround that doesn't require restructuring the repository.

mrengy commented 3 years ago

Some ideas on this question which would require a bit of an overhaul to the repository structure: using Composer or Wp-skeleton

mrengy commented 3 years ago

I've restructured the repository locally to use Composer and am mid-way through sorting this out for deployment to dev and prod, per this tutorial.

Working in https://github.com/mrengy/recycleabike/tree/issue-156-Set_up_appropriate_auto_updates_and_manual_update_schedule