add new run commands
This commit is contained in:
parent
f6c7343b70
commit
ac0c88f486
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user