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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Adding Known Hosts
|
||||
run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
#- name: Adding Known Hosts
|
||||
#run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Deploy to server
|
||||
uses: appleboy/ssh-action@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue