modified: .forgejo/workflows/deploy.yml
This commit is contained in:
parent
0f3b443e8b
commit
7de93f90c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue