kind: pipeline type: docker name: Deploy to miCloud steps: - name: deploy-dev image: node:latest commands: - npm install -g forever - npm install - forever start bin/www trigger: branch: - master event: - push