diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 287e03d..bdc8cde 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: port: 22 key: ${{ secrets.SSH_KEY }} source: 'public/*' - target: '/var/www/html/staging/' + target: '/var/www/html/staging' rm: true strip_components: 1 @@ -60,6 +60,6 @@ jobs: port: 22 key: ${{ secrets.SSH_KEY }} source: 'public/*' - target: '/var/www/html/prod/' + target: '/var/www/html/prod' rm: true strip_components: 1 \ No newline at end of file