Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 321 Bytes

To update to latest wordpress

git checkout master
git pull wordpress master:master
git fetch --tags wordpress
git checkout production
git merge $TAG

#Deploy

To deploy

./deploy.sh

Update the PHP version

Change the composer.json to the desired runtime and then remember to run

composer update