diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e56af6a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,32 @@ +--- +kind: pipeline +name: deploy to swarm-test.autonomic.zone +steps: + - name: deployment + image: decentral1se/stack-ssh-deploy:latest + settings: + host: swarm-test.autonomic.zone + stack: lemmy + generate_secrets: true + purge: true + deploy_key: + from_secret: drone_ssh_swarm_test + environment: + DOMAIN: lemmy.swarm-test.autonomic.zone + STACK_NAME: lemmy + LETS_ENCRYPT_ENV: production + SECRET_POSTGRES_PASSWORD_VERSION: v1 + SECRET_ADMIN_PASSWORD_VERSION: v1 +trigger: + branch: + - master +# --- +# kind: pipeline +# name: recipe release +# steps: +# - name: release a new version +# image: thecoopcloud/drone-abra:latest +# settings: +# command: recipe lemmy release +# deploy_key: +# from_secret: abra_bot_deploy_key diff --git a/README.md b/README.md index e6ca5fb..0c2575b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # lemmy -> One line description of the recipe +> A federated link aggregator in Rust * **Category**: Apps -* **Status**: 0 +* **Status**: 1, alpha * **Image**: [`lemmy`](https://hub.docker.com/r/dessalines/lemmy) etc., 4, upstream * **Healthcheck**: Yes * **Backups**: No