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 47055f0 commit 110a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
port : ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
run: bash -c ./service_config/deploy_components.sh ./service_config/service_config.json
script: ./service_config/deploy_components.sh ./service_config/service_config.json
# use MSU to update on SWE
- name: "Deploy on SWE"
if: ${{ env.TARGET == 'SWE' }}
Expand Down

0 comments on commit 110a059

Please sign in to comment.