update scripts

This commit is contained in:
Andras Bacsai
2023-05-03 09:57:06 +02:00
parent 97572f158c
commit 8bfdcdbf44
3 changed files with 12 additions and 9 deletions

View File

@@ -21,8 +21,7 @@ function help {
compgen -A function | cat -n
}
function sync-bunny {
bash vendor/bin/spin exec -u webuser coolify php artisan sync:bunny --env=secret ||
php artisan sync:bunny --env=secrets
php artisan sync:bunny --env=secrets
}
function queue {
bash vendor/bin/spin exec -u webuser coolify php artisan queue:listen