run deploy
All checks were successful
Website build and deploy / build (push) Successful in 29s

This commit is contained in:
2024-01-10 16:07:27 +01:00
parent 3f4eb21d0b
commit f976c33332

View File

@@ -42,16 +42,16 @@ jobs:
- name: Build website with Hugo
run: hugo
# - name: Copy website to host
# uses: appleboy/scp-action@v0.1.7
# with:
# host: fewo-casa-maria.de
# username: fewocm
# key: ${{ secrets.SSH_KEY }}
# port: 22
# timeout: 1m
# command_timeout: 2m
# target: "/var/www/virtual/fewocm/beta.fewo-casa-maria.de/"
# source: "public/*"
# rm: true
# strip_components: 1
- name: Copy website to host
uses: https://github.com/appleboy/scp-action@v0.1.7
with:
host: mehl.mx
username: maxmehl
key: ${{ secrets.SSH_KEY }}
port: 22
timeout: 1m
command_timeout: 2m
target: "/var/www/virtual/maxmehl/html/"
source: "public/*"
rm: true
strip_components: 1