forgejo-ci: source ssh target from PAGES_TARGET variable
Some checks failed
/ render (push) Failing after 34s
Some checks failed
/ render (push) Failing after 34s
This commit is contained in:
parent
7c64f3ea04
commit
4282108d0f
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
run: |
|
run: |
|
||||||
git remote set-url origin pages@ayakael.net:/var/lib/pages/ayakael.net
|
git remote set-url origin ${{ vars.PAGES_TARGET }}
|
||||||
git push -f
|
git push -f
|
||||||
|
|
Loading…
Reference in a new issue