diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:54:37 +0000 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:54:37 +0000 |
commit | be20a1b9778ba02c09395509c19ea267e395ad65 (patch) | |
tree | 83a429b12a251939b79a9c1174686ac42b8cd565 | |
parent | 3ecf946ac59cb4eaca979947514e997bd87e2b02 (diff) |
Testing
-rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5cb7500..5ab925b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: - name: Set up known_hosts file run: | mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts - ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts + # ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts - uses: webfactory/ssh-agent@v0.9.1 with: |