Skip to content

Commit

Permalink
Update deploy-component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa authored Jun 28, 2024
1 parent db73c6c commit b39bc45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit b39bc45

Please sign in to comment.