We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd848bd commit 5bd8c05Copy full SHA for 5bd8c05
.github/workflows/deploy.yml
@@ -55,15 +55,15 @@ jobs:
55
56
# Limpar cache ANTES de qualquer comando artisan
57
echo "== Limpando cache antigo"
58
+ rm -f $BASE/shared/bootstrap/cache/config.php
59
+ rm -f $BASE/shared/bootstrap/cache/services.php
60
+ rm -f $BASE/shared/bootstrap/cache/packages.php
61
+
62
php artisan config:clear || true
63
php artisan route:clear || true
64
php artisan view:clear || true
65
php artisan cache:clear || true
66
- rm -f $BASE/shared/bootstrap/cache/config.php
- rm -f $BASE/shared/bootstrap/cache/services.php
- rm -f $BASE/shared/bootstrap/cache/packages.php
-
67
php artisan storage:link || true
68
69
echo "== Permissões"
0 commit comments