Skip to content

Commit

Permalink
Merge branch 'release/0.6.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Szymanski committed Dec 29, 2020
2 parents c49f991 + e8e3bf6 commit 1c02d63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Things change, people change, everything changes.

## [0.6.4](https://github.com/elfacht/craft-deploy/compare/0.6.3.1...0.6.4) - 2020-12-29
### Changed
- Use `project-config/apply` for Craft CMS 3.5+

## [0.6.3.1](https://github.com/elfacht/craft-deploy/compare/0.6.3...0.6.3.1) - 2019-09-30
### Added
- Added `DEPLOY_ASSETS_DIR` after deleting it accidentally.
Expand Down
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Craft CMS deployment script on staging/production servers.
# @see https://github.com/elfacht/craft-deploy
#
# v0.6.4
#
# - Creating a release folder
# - Cloning the git repo.
# - Creating symlinks to shared folders and files.
Expand Down Expand Up @@ -133,7 +135,7 @@ if composer install --no-interaction --prefer-dist --optimize-autoloader; then
# sync command.
#######################################
php ../craft migrate/all
php ../craft project-config/sync
php ../craft project-config/apply

#######################################
# Symlink current release
Expand Down
2 changes: 2 additions & 0 deletions rollback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# staging/production servers.
# @see https://github.com/elfacht/craft-deploy
#
# v0.6.3.1
#
# - Rollback to second newest release folder.
# - This script Will not to any database work!
#
Expand Down
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# Initial setup
#
# v0.6.3.1
#
# @author
# Martin Szymanski <martin@elfacht.com>
# https://www.elfacht.com
Expand Down

0 comments on commit 1c02d63

Please sign in to comment.