hmm no port?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LickTheCheese 2020-05-26 11:33:36 -04:00
parent 5d2e1533cf
commit 62a2e408eb
1 changed files with 3 additions and 5 deletions

View File

@ -4,9 +4,8 @@ type: ssh
name: deploy
server:
host: ssh.wppnx.pii.at
user: lickthecheese
port: 5060
host: data.bellz.org
user: owen
ssh_key:
from_secret: ssh_key
@ -20,5 +19,4 @@ trigger:
steps:
- name: deploy
commands:
- cd /var/gemini/~lick
- git pull
- ssh lickthecheese@wppnx 'cd /var/gemini/~lick; git pull'