test
This commit is contained in:
parent
4519070995
commit
758a24be5b
@ -1,6 +1,11 @@
|
||||
#!/bin/bash
|
||||
## Do not modify this file. You will lost the ability to installation and autoupdate!
|
||||
VERSION="0.1.0"
|
||||
|
||||
###########
|
||||
## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" if you update this file.
|
||||
###########
|
||||
|
||||
VERSION="1.0.0"
|
||||
CDN="https://coolify-cdn.b-cdn.net/files"
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
|
@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
## Do not modify this file. You will lost the ability to autoupdate!
|
||||
VERSION="0.1.0"
|
||||
|
||||
###########
|
||||
## Always run "php artisan app:sync-to-bunny-cdn --env=secrets" if you update this file.
|
||||
###########
|
||||
|
||||
VERSION="1.0.0"
|
||||
|
||||
docker run --pull always -v /data/coolify/source:/data/coolify/source -v /var/run/docker.sock:/var/run/docker.sock --rm ghcr.io/coollabsio/coolify-builder bash -c "APP_TAG=${1:-} docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate"
|
||||
|
Loading…
Reference in New Issue
Block a user