From 170c4670d33f0531377a4b2e1cc8f2d6cd5c7e3b Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 7 Nov 2023 11:24:47 +0100 Subject: [PATCH] update ci --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4465426..07520d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,5 +16,4 @@ jobs: - name: Deploy to Container run: | mkdir ~/.ssh - touch ~/.ssh/known_hosts - ssh-keyscan ${{ secrets.SECRET_HOST }} >> ~/.ssh/known_hosts \ No newline at end of file + touch ~/.ssh/known_hosts \ No newline at end of file