diff options
| author | Leander <80996591+schererleander@users.noreply.github.com> | 2025-05-30 04:12:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-30 04:12:13 +0200 |
| commit | 9b64885577e38d27d71f3f37b9a58ca8e490a6f3 (patch) | |
| tree | 925fb1c0d6ce80f8fc25b45df16791b211a16615 | |
| parent | 8184901a2758f6833309ee4bf6969c52f26a1ca1 (diff) | |
Update deploy.yml
| -rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
