Skip to content

Commit

Permalink
docs: upgrading wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Sep 18, 2018
1 parent 83e710f commit 343253d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ It is recommended to do most modifications in local or staging environment first

## Upgrading WordPress

Upgrade WordPress version in `wordpress/Dockerfile` and `wordpress/Dockerfile.build`. Merge the change to staging and make sure it works ok. Finally merge the change master.
1) **local/dev**: Upgrade WordPress version in `wordpress/Dockerfile` and `wordpress/Dockerfile.build`. Push changes to `dev` branch.
2) **staging**: Merge changes to staging, check that the version number has actually changed, and make sure that everything works ok.
3) **prod**: Merge changes to master, check that the version number has actually changed, and make sure that everything works ok.

TODO: How to upgrade plugins? Define all plugins in dockerfile? Autoupgrade in dockerfile?

## Local development

Expand Down

0 comments on commit 343253d

Please sign in to comment.