From 365133b0bc3c113edac246680a0b0f142f469108 Mon Sep 17 00:00:00 2001 From: Paul Heinze Date: Fri, 28 Jun 2024 14:08:46 +0000 Subject: [PATCH] Update deploy-component.yml --- .github/workflows/deploy-component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: