fix: trying to fix auto-pulls 22 !

This commit is contained in:
2026-02-27 06:00:12 +02:00
parent 0ac58f868e
commit 5d758293c3

11
deploy-host.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -e
PROJECT=/home/bellsystems/bellsystems-cp
echo "Deploy started at $(date)"
cd "$PROJECT"
git fetch origin main
git reset --hard origin/main
docker compose up -d --build
echo "Deploy finished at $(date)"