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