From 2ffd4dcdcb0a04a6ea74f1f80b28142ae09e31ef Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 7 Nov 2023 11:49:02 +0100 Subject: [PATCH] update ci --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b900125..a42832d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,5 @@ jobs: chmod 600 ~/.ssh/pkey eval "$(ssh-agent -s)" ssh-add ~/.ssh/pkey - ssh ${{ secrets.SECRET_USER }}@${{ secrets.SECRET_HOST }} -p ${{ secrets.SECRET_PORT }} -i ~/.ssh/pkey "touch test.test" \ No newline at end of file + cat ~/.ssh/known_hosts + \ No newline at end of file