zz
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 14s

This commit is contained in:
2025-12-01 10:34:56 +00:00
parent 462a311473
commit 224f2af2bf

View File

@@ -33,8 +33,8 @@ jobs:
echo "Pulling latest changes from main..."
git pull origin main
echo "Restarting Docker Compose services..."
docker-compose down
docker-compose up -d --build
docker compose down
docker compose up -d --build
echo "Deployment completed!"
EOF
- run: echo "The deployment job has finished with status ${{ job.status }}."