kind: pipeline type: exec name: default steps: - name: build commands: - docker build -t champya-front:${DRONE_BUILD_NUMBER} -t champya-front:latest . - name: deploy commands: - cd /apps/champya-front - docker-compose up -d trigger: branch: - master