Use shared ci-actions for docker publish and pages deploy
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
392729c2d4
commit
90f5454edf
2 changed files with 11 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue