Things change, people change, everything changes.
0.6.4 - 2020-12-29
- Use
project-config/applyfor Craft CMS 3.5+
0.6.3.1 - 2019-09-30
- Added
DEPLOY_ASSETS_DIRafter deleting it accidentally.
0.6.3 - 2019-09-30
- Added rollback.sh for rollbacks.
- Added
DEPLOY_URLoption. - Added
DEPLOY_CLEAR_OPCACHEoption. - Added function to clear
opcacheto reset symlink cache without restarting PHP.
0.6.2 - 2019-07-22
- Added
DEPLOY_KEEP_RELEASESconstant. - Added
DEPLOY_BRANCHconstant to clone specific branch. setup.shwill now create an empty log file.setup.shwill now rename.env.exampleto.env.
0.6.1 - 2019-07-15
- Added
DEPLOY_KEEP_BACKUPSoption and function.
0.6.0 - 2019-07-08
- Added
.envenvironment to separate config from code.
0.5.0 - 2019-07-03
- Added
ROOT_PATHconstant for absolute server paths. REQUIRED! PLEASE UPDATE! - Added
RESTART_PHPconstant for optional PHP restart command, in case symlinks are cached.
0.4.1 - 2019-06-23
- Added bug warning.
- Added version in comments.
0.4.0 - 2019-06-22
- Added
errtimestamp.
- Changed path in instructions step (README).
- Removed duplicate code.
- Fixed bash formatting.
0.3.1 - 2019-06-20
- Added missing step to usage.
0.3.0 - 2019-06-20
- Added
set -eto exit if any command fails.
- Moved
./craft migrate/alland./craft project-config/synctocomposer installstatement.
0.2.0 - 2019-06-19
- Moved
./craft migrate/alland./craft project-config/synctodeploy.sh.
- Removed
update.shas no longer needed.
0.1.2 - 2019-06-19
- Added task to delete current release folder if
composer installfails.
- Moved function to delete old releases into
composer installstatement.
0.1.1 - 2019-06-18
- Added reasons why to use this script to README.
- Initial release