Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Szymanski committed Jun 20, 2019
2 parents 328464b + 1857bb5 commit 604060b
Show file tree
Hide file tree
Showing 2 changed files with 6 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.3.1](https://github.com/elfacht/craft-deploy/compare/0.3.0...0.3.1) - 2019-06-20
### Added
- Added missing step to usage.

## [0.3.0](https://github.com/elfacht/craft-deploy/compare/0.2.0...0.3.0) - 2019-06-20
### Added
- Added `set -e` to exit if any command fails.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ A bash script for zero-downtime Craft CMS deployment to run on production server
- Run `chmod +x deploy.sh setup.sh` to set execution permissions.
- Run `./setup.sh` to create the initial folders.
- Upload `.env` into `shared/`.
- Upload `storage` folder into `shared/`.
- Upload `web/.htaccess` into `shared/web/`.
- Upload `storage`folder into `shared/`.
- Upload `cpresources` folder into `shared/web/`.
- Upload your `[ASSETS_DIR]` folder and `web/cpresources` folder into `shared/web/`.
- Setup a [webhook](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html) to call the scripts or run `./deploy.sh` manually.

Expand Down

0 comments on commit 604060b

Please sign in to comment.