Skip to content

Commit

Permalink
Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Jul 8, 2022
1 parent bf5efa5 commit 22c537e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Envoy.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
@endif
@if ( $php_fpm )
sudo -S service {{ $php_fpm }} reload
echo "PHP-FPM restarted"
@endif
@endtask

Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Run new deployment
--env=ENVIRONMENT The environment to use. (Default: "production")
--branch=BRANCH The git branch to use. (Default: "master")
--cleanup Whether to cleanup old deployments
--down Enable maintenance mode
--down Enable maintenance mode

#### `envoy run deployment_cleanup`

Expand Down Expand Up @@ -250,6 +250,8 @@ If you use Laravel mix / npm dependencies in your project, you should add the (d
deployment_npm
deployment_migrate
deployment_cache
deployment_symlink
deployment_reload
deployment_finish
health_check
deployment_option_cleanup
Expand Down

0 comments on commit 22c537e

Please sign in to comment.