Update .forgejo/workflows/deploy.yaml

This commit is contained in:
XenGi 2026-08-11 23:05:26 +02:00
commit bafe2bcb81

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"