Use shared ci-actions for docker publish and pages deploy
Some checks failed
Deploy to Pages / deploy (pull_request) Successful in 4s
Build and Publish Docker Image / build-and-push (pull_request) Failing after 15s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andras Schmelczer 2026-06-06 14:45:54 +01:00
parent 392729c2d4
commit 90f5454edf
2 changed files with 11 additions and 49 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Copy frontend to host pages mount
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
apt update && apt install -y rsync
mkdir -p /pages
rsync -a --delete frontend/ /pages/fizika
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
with:
source: frontend
target: fizika