Skip to content

Commit

Permalink
Update server2-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redcarrot1 authored May 25, 2024
1 parent d44be84 commit cff4522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server2-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
- uses: actions/checkout@v3

- name: Deploy
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_HOST2 }}
username: ${{ secrets.SSH_USERNAME2 }}
password: ${{ secrets.SSH_PASSWORD2 }}
port: ${{ secrets.SSH_PORT2 }}
debug: true
script: |
echo "test" > ~/tt.txt

0 comments on commit cff4522

Please sign in to comment.