Compare commits

...

2 commits

Author SHA1 Message Date
11ab27d5f4 Merge pull request 'Adopt shared ci-actions for publishing' (#1) from ci/shared-actions into main
All checks were successful
Check & deploy / validate (push) Successful in 9m5s
Check & deploy / deploy (push) Successful in 8m24s
Reviewed-on: https://home.schmelczer.dev/git/git/andras/photos/pulls/1
2026-06-06 15:18:00 +01:00
5b6d144973 Adopt shared ci-actions for publishing
All checks were successful
Check & deploy / validate (pull_request) Successful in 9m13s
Check & deploy / deploy (pull_request) Has been skipped
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:35 +01:00

View file

@ -71,6 +71,7 @@ jobs:
run: npm run build run: npm run build
- name: Copy build to host pages mount - name: Copy build to host pages mount
run: | uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
apt update && apt install -y rsync with:
rsync -a --delete --mkpath --chmod=ugo=rwx dist/ /pages/photos/ source: dist
target: photos