Skip to content

Commit

Permalink
Fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 12, 2021
1 parent 4686f3a commit a1ecbb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ php artisan config:cache
php artisan route:cache
php artisan view:cache

chmod -R 777 storage/ bootstrap/cache/
# There is no need to set permissions here because the Helm chart
# fixes this using a "podStart" lifecycle command.
# chmod -R 777 storage/ bootstrap/cache/

0 comments on commit a1ecbb8

Please sign in to comment.