From e932ef1c3681a90a5e51cd6c0c8328c46532c243 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 7 Nov 2023 11:33:49 +0100 Subject: [PATCH] update ci --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 057ff56..2be1b73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,4 +20,4 @@ jobs: touch ~/.ssh/pkey echo ${{ secrets.SECRET_PUB }} >> ~/.ssh/known_hosts echo ${{ secrets.SECRET_PRIVATE_SSH }} > ~/.ssh/pkey - eval "$(ssh-agent -s)" \ No newline at end of file + \ No newline at end of file