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