Compare commits

..

2 commits

Author SHA1 Message Date
947b5e86d6 Merge pull request 'Adopt shared ci-actions for publishing' (#4) from ci/shared-actions into main
All checks were successful
Check & deploy / build (push) Successful in 1m28s
Reviewed-on: https://home.schmelczer.dev/git/git/andras/fleeting-garden/pulls/4
2026-06-06 15:17:36 +01:00
3e2cce9151 Adopt shared ci-actions for publishing
All checks were successful
Check & deploy / build (pull_request) Successful in 1m24s
Replace the inline publish step(s) with the canonical shell-only composite
actions in andras/ci-actions (deploy-pages / docker-publish / forgejo-release).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 14:58:34 +01:00

View file

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