diff --git a/.github/workflows/deploy-component.yml b/.github/workflows/deploy-component.yml index d85f41d..e389215 100644 --- a/.github/workflows/deploy-component.yml +++ b/.github/workflows/deploy-component.yml @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.SERVER_USERNAME }} password: ${{ secrets.SERVER_PASSWORD }} source: "./service_config/deploy_components.sh" - target: "/" + target: "service_config" - uses: appleboy/ssh-action@master if: steps.generate.outcome == 'success' with: