diff --git a/.github/workflows/deploy-component.yml b/.github/workflows/deploy-component.yml index 256eaf2..fa98f6c 100644 --- a/.github/workflows/deploy-component.yml +++ b/.github/workflows/deploy-component.yml @@ -39,9 +39,8 @@ jobs: username: ${{ secrets.SERVER_USERNAME }} password: ${{ secrets.SERVER_PASSWORD }} script: | - chmod +x deploy/deploy_components.sh && - ./deploy/deploy_components.sh || true && - rm -r deploy/deploy_components.sh + chmod +x deploy/deploy_components.sh + ./deploy/deploy_components.sh - name: "Deploy on SWE" if: ${{ env.TARGET == 'SWE' }} uses: WSE-research/docker-service-updater@v0.2.1