We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b06c4 + 52d70cf commit c49f991Copy full SHA for c49f991
.env.example
@@ -7,6 +7,9 @@ DEPLOY_BRANCH=""
7
# Server root to project – required
8
DEPLOY_ROOT=""
9
10
+# Assets folder – required
11
+DEPLOY_ASSETS_DIR="uploads"
12
+
13
# Public URL (used to curl deploy clear opcache script) – required
14
DEPLOY_URL="https://my-site.com"
15
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Things change, people change, everything changes.
4
5
+## [0.6.3.1](https://github.com/elfacht/craft-deploy/compare/0.6.3...0.6.3.1) - 2019-09-30
6
+### Added
+- Added `DEPLOY_ASSETS_DIR` after deleting it accidentally.
## [0.6.3](https://github.com/elfacht/craft-deploy/compare/0.6.2...0.6.3) - 2019-09-30
### Added
- Added [rollback.sh](rollback.sh) for rollbacks.
0 commit comments