From f976c3333268acda0c4d889b2965ba9b05ca0143 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 10 Jan 2024 16:07:27 +0100 Subject: [PATCH] run deploy --- .gitea/workflows/hugo.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 228a429..db55b4f 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -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