diff options
| author | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:59:54 +0000 | 
|---|---|---|
| committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:59:54 +0000 | 
| commit | fc78f8eb7723db727484d83016c7a633a03dbacb (patch) | |
| tree | ba124624d39c693a5a018352582e5bea9ce56d69 | |
| parent | be20a1b9778ba02c09395509c19ea267e395ad65 (diff) | |
I'm too tired to debug GHA frankly
| -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 5ab925b..1d0330a 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 ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts              - uses: webfactory/ssh-agent@v0.9.1                with:  | 
