Update .gitea/workflows/deploy.yaml
deploy / build-and-deploy (push) Successful in 2s Details

This commit is contained in:
zach 2023-12-10 03:41:06 +00:00
parent a7c33db6bd
commit 627550368a
1 changed files with 2 additions and 2 deletions

View File

@ -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