dev command updated
This commit is contained in:
10
scripts/run
10
scripts/run
@@ -20,12 +20,6 @@ function help {
|
||||
compgen -A function | cat -n
|
||||
}
|
||||
|
||||
# function dev:init {
|
||||
# docker exec coolify bash -c "php artisan migrate --seed"
|
||||
# echo "Need to update privileges on a few files. I need your password for that."
|
||||
# sudo chmod -R o+rwx .
|
||||
# }
|
||||
|
||||
# function sync:v3 {
|
||||
# if [ -z "$1" ]; then
|
||||
# echo -e "Please provide a version.\n\nExample: run sync:v3 3.12.32"
|
||||
@@ -53,7 +47,6 @@ function sync:bunny {
|
||||
# bash spin exec -u webuser coolify php artisan schedule:run
|
||||
# }
|
||||
|
||||
|
||||
# function db {
|
||||
# bash spin exec -u webuser coolify php artisan db
|
||||
# }
|
||||
@@ -85,7 +78,7 @@ function coolify:root {
|
||||
bash spin exec coolify bash
|
||||
}
|
||||
function coolify:proxy {
|
||||
docker exec -ti coolify-proxy sh
|
||||
docker exec -ti coolify-proxy sh
|
||||
}
|
||||
|
||||
function redis {
|
||||
@@ -100,7 +93,6 @@ function tinker {
|
||||
bash spin exec -u webuser coolify php artisan tinker
|
||||
}
|
||||
|
||||
|
||||
# function build:helper {
|
||||
# act -W .github/workflows/coolify-helper.yml --secret-file .env.secrets
|
||||
# }
|
||||
|
Reference in New Issue
Block a user