kind: pipeline type: docker name: testing # platform: # os: linux # arch: amd64 steps: - name: deploy image: docker/compose:1.19.0 volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker-compose -p startpage down - docker-compose -p startpage up -d branches: master