This commit is contained in:
parent
8f62885a45
commit
8bb446df54
17
.ci/deploy.sh
Executable file
17
.ci/deploy.sh
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
echo "[CI] Starte Deploy-Prozess für Volleyball CMS..."
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
cd backend
|
||||||
|
git pull origin main
|
||||||
|
|
||||||
|
cd ../frontend
|
||||||
|
git pull origin main
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
docker-compose down
|
||||||
|
docker-compose up --build -d
|
||||||
|
|
||||||
|
echo "[CI] ✅ Deployment abgeschlossen!"
|
||||||
Loading…
Reference in New Issue
Block a user