diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..108dfe9 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +--- +kind: pipeline +name: deploy to swarm-test.autonomic.zone +steps: + - name: deployment + image: decentral1se/drone-stack:19.03.8 + settings: + compose: compose.yml + host: ssh://swarm-test.autonomic.zone:222 + stack_name: wordpress + environment: + DOMAIN: wordpress.swarm-test.autonomic.zone + STACK_NAME: wordpress + LETS_ENCRYPT_ENV: production + DB_PASSWORD_VERSION: v1 + DB_ROOT_PASSWORD_VERSION: v1 +trigger: + branch: + - drone