chore: Add isAnyDeploymentInprogress function to check if any deployments are in progress
This commit is contained in:
9
scripts/cloud_upgrade.sh
Normal file
9
scripts/cloud_upgrade.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
set -e
|
||||
export IMAGE=$1
|
||||
docker exec coolify sh -c "php artisan tinker --execute='isAnyDeploymentInprogress()'"
|
||||
docker system prune -af
|
||||
docker compose pull
|
||||
read -p "Press Enter to update Coolify to $IMAGE..." </dev/tty
|
||||
docker compose up --remove-orphans --force-recreate -d --wait
|
||||
echo $IMAGE > last_version
|
||||
docker compose logs -f
|
Reference in New Issue
Block a user