add new run commands
This commit is contained in:
parent
f6c7343b70
commit
ac0c88f486
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ function vite {
|
||||||
function build-builder {
|
function build-builder {
|
||||||
act -W .github/workflows/coolify-builder.yml --secret-file .env.secrets
|
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 {
|
function default {
|
||||||
help
|
help
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue