From 8fa82115e241d4593d121651d4334afdc628a3ad Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sat, 27 Apr 2024 10:24:16 +0200 Subject: [PATCH] :/ --- .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 668e654..d047197 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: with: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Add the ssh key to known_keys - run: ssh-keyscan cyber@mymc-link > /home/runner/.ssh/known_keys + run: ssh-keyscan cyber@my-mc.link > /home/runner/.ssh/known_keys - name: Stop the realms server for the deployment run: ssh cyber@my-mc.link "pm2 stop 0" - name: Deploy compiled binary and dll files to server