Update .gitea/workflows/deploy.yaml
deploy / build-and-deploy (push) Successful in 2s
Details
deploy / build-and-deploy (push) Successful in 2s
Details
This commit is contained in:
parent
a7c33db6bd
commit
627550368a
|
|
@ -9,8 +9,8 @@ jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Adding Known Hosts
|
#- name: Adding Known Hosts
|
||||||
run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
#run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Deploy to server
|
- name: Deploy to server
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue