Able to backup Coolify itself

This commit is contained in:
Andras Bacsai
2023-08-11 16:13:53 +02:00
parent b7c9810461
commit 61864970c1
52 changed files with 353 additions and 409 deletions

View File

@@ -36,7 +36,7 @@ function queue {
}
function horizon {
bash spin exec -u webuser coolify php artisan horizon -vvv
bash spin exec -u webuser coolify php artisan horizon -vvv
}
function schedule {
@@ -92,8 +92,8 @@ function tinker {
}
function build:builder {
act -W .github/workflows/coolify-builder.yml --secret-file .env.secrets
function build:helper {
act -W .github/workflows/coolify-helper.yml --secret-file .env.secrets
}
function default {
help