This commit is contained in:
parent
e8670c1ebe
commit
ae461eccc8
@ -8,9 +8,9 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: http://github.com/actions/checkout@v4
|
||||
- name: Deploy to server
|
||||
uses: https://github.com/appleboy/ssh-action@v1.2.0
|
||||
uses: http://github.com/appleboy/ssh-action@v1.2.0
|
||||
with:
|
||||
host: ${{ secrets.SERVER_HOST }}
|
||||
username: ${{ secrets.SERVER_USERNAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user