From 0eebd4a5cc9daddbd9d16fad10677bd17893a338 Mon Sep 17 00:00:00 2001 From: Paul Heinze Date: Fri, 28 Jun 2024 14:19:00 +0000 Subject: [PATCH] Update deploy-component.yml --- .github/workflows/deploy-component.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-component.yml b/.github/workflows/deploy-component.yml index e389215..0c6c952 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: "service_config" + target: "deploy_components.sh" - uses: appleboy/ssh-action@master if: steps.generate.outcome == 'success' with: @@ -42,7 +42,7 @@ jobs: ls # chmod +x deploy_components.sh && # ./deploy_components.sh || true && - # rm deploy_component.sh + rm deploy_components.sh - name: "Deploy on SWE" if: ${{ env.TARGET == 'SWE' }} uses: WSE-research/docker-service-updater@v0.2.1