modified: .forgejo/workflows/deploy.yml

This commit is contained in:
Mrrp 2024-08-19 11:45:00 -07:00
parent 0f3b443e8b
commit 7de93f90c5

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install/Update SSH - name: Install/Update SSH
run: apt install ssh run: apt install openssh-client
- name: SSH into the Server - name: SSH into the Server
run: ssh-rsa -p ${{ secrets.SSH_PUB }} stickers@192.168.1.107 run: ssh-rsa -p ${{ secrets.SSH_PUB }} stickers@192.168.1.107
- name: Set the directory - name: Set the directory