1
0
Fork 0

Compare commits

..

No commits in common. "3361614b573efc95ecb1960cb5adab43272271cb" and "39283f63b6e887cdc4f39272a01861ed28e376a6" have entirely different histories.

1 changed files with 6 additions and 5 deletions

View File

@ -17,14 +17,15 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
uses: https://github.com/peaceiris/actions-hugo@v2.6.0
with:
hugo-version: '0.110.0'
hugo-version: "0.110.0"
extended: true
- name: Build
- name: Build website
run: hugo --minify
- name: Deploy
- name: Deploy to Server
uses: https://github.com/easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
@ -32,4 +33,4 @@ jobs:
SOURCE: "public/"
REMOTE_HOST: digitalstudium.com
REMOTE_USER: root
TARGET: /srv/digitalstudium.com
TARGET: /srv/digitalstudium.com