pipeline: build: image: node:latest commands: - npm install - node render.js deploy: image: node:latest commands: - ./deploy