pipeline: deploy-production: image: docker/compose volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker-compose -p ottd up -d --force-recreate --build when: event: push branch: [master] test-pr: image: docker/compose commands: - echo "1" when: event: push