Skip to content

Commit d8340ae

Browse files
committed
No attempt to restart php
1 parent 7b9ee25 commit d8340ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Envoy.blade.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
##rm package-lock.json
5151
##npm install --no-optional --legacy-peer-deps
5252
##npm run production
53+
yarn install
54+
yarn run production
5355

5456
#chmod 777 storage/logs/laravel.log
5557
#sudo setfacl -R -m u:www-data:rwX -m u:olav:rwX {{ $root_dir }}/shared/storage
@@ -59,5 +61,6 @@
5961
ln -s {{ $release_dir }} {{ $target }}-{{ $now }}
6062
mv -T {{ $target }}-{{ $now }} {{ $target }}
6163

62-
cd {{ $root_dir }}/{{ $target }}; php artisan queue:restart; sudo /usr/local/sbin/restart-php
64+
cd {{ $root_dir }}/{{ $target }}; php artisan queue:restart
65+
##; sudo /usr/local/sbin/restart-php
6366
@endtask

0 commit comments

Comments
 (0)