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