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