Update sgeupdated pipeline v12
All checks were successful
sgeUpdated Smoke Test / smoke-test (push) Successful in 7s
sgeUpdated CI/CD / deploy (push) Successful in 27s

This commit is contained in:
2025-08-30 03:00:47 +03:00
parent 990b98c171
commit 29963d5388

View File

@@ -27,9 +27,8 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd/home/ubuntu/sgeUpdated
cd /home/ubuntu/sgeUpdated
git pull origin main
# --- Backend ---
@@ -64,4 +63,3 @@ jobs:
# Build Docker image and restart container
docker compose build --no-cache frontend
docker compose up -d --force-recreate frontend
fi