Update sgeupdated pipeline v12

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

View File

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