mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
ttf
This commit is contained in:
parent
7e4b06a217
commit
39283f63b6
@ -22,5 +22,15 @@ jobs:
|
|||||||
hugo-version: "0.110.0"
|
hugo-version: "0.110.0"
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Deploy website
|
- name: Build website
|
||||||
run: ./deploy
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Deploy to Server
|
||||||
|
uses: https://github.com/easingthemes/ssh-deploy@main
|
||||||
|
env:
|
||||||
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
ARGS: "-rlgoDzvc -i --delete"
|
||||||
|
SOURCE: "public/"
|
||||||
|
REMOTE_HOST: digitalstudium.com
|
||||||
|
REMOTE_USER: root
|
||||||
|
TARGET: /srv/digitalstudium.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user