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
This commit is contained in:
Andras Schmelczer 2026-06-06 15:17:36 +01:00
commit 947b5e86d6

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