Skip to content

Commit

Permalink
try deploy via sftp to studentnetworks.eu
Browse files Browse the repository at this point in the history
  • Loading branch information
v0tti committed Sep 2, 2023
1 parent 0a30627 commit 9e9655f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/gh-pages.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gh-pages
name: ci
on:
push:
branches:
Expand All @@ -21,4 +21,11 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs build
- uses: SamKirkland/web-deploy@v1
with:
target-server: web-2.fem.tu-ilmenau.de
remote-user: ${{ secrets.ssh_username }}
private-ssh-key: ${{ secrets.ssh_key }}
source-path: ./site/
destination-path: ./wwwroot/studentnetworks.eu/www/public_html/

0 comments on commit 9e9655f

Please sign in to comment.