diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8a200eb..4294b33 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install/Update SSH - run: apt install ssh + run: apt install openssh-client - name: SSH into the Server run: ssh-rsa -p ${{ secrets.SSH_PUB }} stickers@192.168.1.107 - name: Set the directory