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 23cde9a commit c6e1443
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
port : ${{ secrets.SERVER_PORT }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: "./service_config/deploy_components.sh"
source: "service_config/deploy_components.sh"
strip_components: 1
target: "deploy_components.sh"
- uses: appleboy/ssh-action@master
Expand All @@ -39,8 +39,6 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
script: |
pwd
ls
# chmod +x deploy_components.sh &&
# ./deploy_components.sh || true &&
rm deploy_components.sh
Expand Down

0 comments on commit c6e1443

Please sign in to comment.