--- kind: pipeline type: docker name: default steps: - name: ameba image: veelenga/ameba commands: - ameba src/ - name: build image: tmaier/docker-compose commands: - shards install --production - shards build --release --static depends_on: - ameba