We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9ee25 commit d8340aeCopy full SHA for d8340ae
Envoy.blade.php
@@ -50,6 +50,8 @@
50
##rm package-lock.json
51
##npm install --no-optional --legacy-peer-deps
52
##npm run production
53
+ yarn install
54
+ yarn run production
55
56
#chmod 777 storage/logs/laravel.log
57
#sudo setfacl -R -m u:www-data:rwX -m u:olav:rwX {{ $root_dir }}/shared/storage
@@ -59,5 +61,6 @@
59
61
ln -s {{ $release_dir }} {{ $target }}-{{ $now }}
60
62
mv -T {{ $target }}-{{ $now }} {{ $target }}
63
- 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
66
@endtask
0 commit comments