Skip to content

Commit c49f991

Browse files
author
Martin Szymanski
committed
Merge branch 'release/0.6.3.1'
2 parents a7b06c4 + 52d70cf commit c49f991

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ DEPLOY_BRANCH=""
77
# Server root to project – required
88
DEPLOY_ROOT=""
99

10+
# Assets folder – required
11+
DEPLOY_ASSETS_DIR="uploads"
12+
1013
# Public URL (used to curl deploy clear opcache script) – required
1114
DEPLOY_URL="https://my-site.com"
1215

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Things change, people change, everything changes.
44

5+
## [0.6.3.1](https://github.com/elfacht/craft-deploy/compare/0.6.3...0.6.3.1) - 2019-09-30
6+
### Added
7+
- Added `DEPLOY_ASSETS_DIR` after deleting it accidentally.
8+
59
## [0.6.3](https://github.com/elfacht/craft-deploy/compare/0.6.2...0.6.3) - 2019-09-30
610
### Added
711
- Added [rollback.sh](rollback.sh) for rollbacks.

0 commit comments

Comments
 (0)