Skip to content

Commit 9ef717b

Browse files
committed
Reset workflow to cleanr valid version
1 parent 1820864 commit 9ef717b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
docker compose exec -T app composer install --no-dev --optimize-autoloader --no-interaction
3535
docker compose exec -T app php artisan config:clear
3636
docker compose exec -T app php artisan config:cache
37-
docker compose exec -T app php artisan route:cache
37+
docker compose exec -T app php artisan route:clear || true
3838
docker compose exec -T app php artisan view:cache
39+
3940
"

0 commit comments

Comments
 (0)