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