Update .gitea/workflows/deploy.yaml
deploy / build-and-deploy (push) Failing after 1s Details

This commit is contained in:
zach 2023-12-10 03:34:40 +00:00
parent 47831be6ec
commit a7c33db6bd
1 changed files with 0 additions and 8 deletions

View File

@ -9,14 +9,6 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: unnecessary
- name: Adding Known Hosts
run: ssh-keyscan -p ${{ secrets.SSH_PORT }} -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts