Skip to content

Commit

Permalink
Update add_ssh_deploy_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loka1 authored Aug 9, 2024
1 parent 74c5861 commit b3e31ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/add_ssh_deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
request_pty: true
script_stop: true
#password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
# script: whoami
script: |
whoami
ls
become lokasbot
whoami
ls
become lokasbot sh -c "chmod +x actions/lokasbot/pull.sh; actions/lokasbot/pull.sh"

0 comments on commit b3e31ba

Please sign in to comment.