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 365133b commit 0eebd4a
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 @@ -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:
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 0eebd4a

Please sign in to comment.