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