Aktualizacja Astro 5.0, Poprawka workflow

This commit is contained in:
dm
2025-11-20 21:43:35 +01:00
parent 1e5f2bc38a
commit 742dd280b6
4 changed files with 23 additions and 18 deletions

View File

@@ -10,18 +10,18 @@ jobs:
runs-on: contabo-runner
steps:
- name: Pull latest code
- name: Update repository
run: |
cd /opt/fuz-site
git reset --hard HEAD
git pull
- name: Build image
- name: Build
run: |
cd /opt/fuz-site
docker compose -f docker-compose.prod.yml build
- name: Restart service
- name: Restart
run: |
cd /opt/fuz-site
docker compose -f docker-compose.prod.yml up -d