diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0fb0aa1 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,26 @@ +kind: pipeline +type: docker +name: default + +platform: + os: linux + arch: amd64 + +steps: + - name: deployment + image: alpine + commands: + - echo "Build the container image" + - docker-compose build + - echo "Restart the container" + - docker-compose restart + when: + branch: + - ci-testing + +node: + host: socrates + +trigger: + event: + - push