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 6b4f460 commit db73c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
script: |
# chmod +x deploy_components.sh &&
# ./deploy_components.sh || true &&
chmod +x deploy/deploy_components.sh &&
./deploy/deploy_components.sh || true &&
rm -r deploy/deploy_components.sh
- name: "Deploy on SWE"
if: ${{ env.TARGET == 'SWE' }}
Expand Down

0 comments on commit db73c6c

Please sign in to comment.