add new run commands

This commit is contained in:
Andras Bacsai 2023-05-03 08:51:11 +02:00
parent f6c7343b70
commit ac0c88f486

View File

@ -48,6 +48,12 @@ function vite {
function build-builder {
act -W .github/workflows/coolify-builder.yml --secret-file .env.secrets
}
function tinker {
bash vendor/bin/spin exec -u webuser coolify php artisan tinker
}
function db {
bash vendor/bin/spin exec -u webuser coolify php artisan db
}
function default {
help
}