From 9b64885577e38d27d71f3f37b9a58ca8e490a6f3 Mon Sep 17 00:00:00 2001 From: Leander <80996591+schererleander@users.noreply.github.com> Date: Fri, 30 May 2025 04:12:13 +0200 Subject: Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c00715c..896a2e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,8 +51,9 @@ jobs: username: ${{ secrets.VPS_USER }} key: ${{ secrets.VPS_SSH_KEY }} port: ${{ secrets.VPS_PORT }} - source: "dist/*" + source: "dist" target: ${{ secrets.VPS_DESTINATION }} + strip_components: 1 - name: Restart Nginx (Service) uses: appleboy/ssh-action@master -- cgit v1.3.1