diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 6d0a833..2ed056f 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -22,8 +22,7 @@ jobs: with: switches: "-avrh --delete" path: "dist/" - remote_path: "/var/www/virtual/${{ secrets.SSH_USERNAME }}/html" + remote_path: "/" remote_host: "${{ secrets.SSH_HOST }}" remote_user: "${{ secrets.SSH_USERNAME }}" remote_key: "${{ secrets.SSH_PRIVATE_KEY }}" - - run: echo "deploy"