1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Digital Studium 3361614b57 tttf
deploy Details
Deploy / deploy (push) Failing after 45s Details
2023-05-09 15:52:51 +03:00
Digital Studium 7b6f7fad66 ttf 2023-05-09 15:50:53 +03:00
Digital Studium 08ac35c8e5 ttf 2023-05-09 15:45:05 +03:00
1 changed files with 5 additions and 6 deletions

View File

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