pipeline: deploy-production: image: docker/compose volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - docker-compose -p otm down - docker-compose build --no-cache otm - docker-compose -p otm up -d when: event: push branch: [master]