commit 4f33bff5813044e0d448b8016234986c797c1f77 parent fc37578732355cb74607b6a9bbd611e1840ca192 Author: Echoz <github@echoz.io> Date: Thu, 7 Dec 2023 21:13:40 +0100 ci: fix invalid ssh option Diffstat:
| M | .github/workflows/deploy.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml @@ -20,4 +20,4 @@ jobs: chmod 600 $id_rsa echo "${{ secrets.SSH_KEY }}" > $id_rsa rsync --delete -vre "ssh -i $id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./public/ "${{ secrets.SSH_TARGET }}" - ssh -i $id_rsa -o StrictHostChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.SSH_TARGET }}" cache-purge -\ No newline at end of file + ssh -i $id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.SSH_TARGET }}" cache-purge +\ No newline at end of file