Deploy to real host instead of branch
Well forgejo doesn't support github pages, so we still need to do this. Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
parent
40255914ec
commit
6aff50d8d9
1 changed files with 5 additions and 1 deletions
|
@ -22,4 +22,8 @@ jobs:
|
|||
path: .cache # (4)!
|
||||
restore-keys: |
|
||||
mkdocs-material-
|
||||
- run: mkdocs gh-deploy --force
|
||||
- run: mkdocs build
|
||||
echo "${{ secrets.SSH_DOCS }}" > ~/.ssh/id_ed25519
|
||||
echo "web.srv.it-syndikat.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHBRXGn/UNvz31QMDm1jqR+97aZ0xy6kQS9wnuDOukET" >> ~/.ssh/known_hosts
|
||||
chmod -R 700 ~/.ssh
|
||||
rsync -vva --delete-after site/* deployer@web.srv.it-syndikat.org:/
|
||||
|
|
Loading…
Add table
Reference in a new issue