fu github pipelines #51

Merged
xengi merged 12 commits from staging into production 2026-08-11 23:15:28 +02:00
Showing only changes of commit bafe2bcb81 - Show all commits

Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 52s

XenGi 2026-08-11 23:05:26 +02:00

View file

@ -22,6 +22,8 @@ jobs:
git version
hugo version
python --version
rsync --version
ssh -V
- name: Set envionment vars
run: echo "GIT_BRANCH=${{ forgejo.event_name == 'schedule' && 'production' || forgejo.ref_name }}" >> "$FORGEJO_ENV"