Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 52s
All checks were successful
deploy blog / deploy (push) Successful in 52s
This commit is contained in:
parent
bac896e60f
commit
bafe2bcb81
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ jobs:
|
||||||
git version
|
git version
|
||||||
hugo version
|
hugo version
|
||||||
python --version
|
python --version
|
||||||
|
rsync --version
|
||||||
|
ssh -V
|
||||||
|
|
||||||
- name: Set envionment vars
|
- name: Set envionment vars
|
||||||
run: echo "GIT_BRANCH=${{ forgejo.event_name == 'schedule' && 'production' || forgejo.ref_name }}" >> "$FORGEJO_ENV"
|
run: echo "GIT_BRANCH=${{ forgejo.event_name == 'schedule' && 'production' || forgejo.ref_name }}" >> "$FORGEJO_ENV"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue