diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 64e0099..1e3a88a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,8 +37,8 @@ jobs: username: root port: 22 key: ${{ secrets.SSH_KEY }} - source: "public/*" - target: /var/www/html/staging/ + source: 'public/*' + target: '/var/www/html/staging/' rm: true strip_components: 1 @@ -55,7 +55,7 @@ jobs: username: root port: 22 key: ${{ secrets.SSH_KEY }} - source: "public/*" - target: /var/www/html/prod/ + source: 'public/*' + target: '/var/www/html/prod/' rm: true strip_components: 1 \ No newline at end of file