kind: pipeline type: ssh name: default server: host: 192.168.1.54 user: pi password: from_secret: password steps: - name: pull commands: - cd ~/warframe-market-bot - git pull