Compare commits

...

9 Commits

Author SHA1 Message Date
d3e1340e03 chore: publish 0.13.1+v6.81 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-25 12:10:04 +02:00
28c8f7539a add auto update and timeout env 2023-04-18 18:22:54 +02:00
97a348ce29 add timeout
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-13 20:36:16 +02:00
3d94108785 chore: publish 0.13.0+v6.81 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-05 18:33:11 +02:00
3wc
a77f2c1ed9 Switch to self-hosted stack-ssh-deploy image [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-21 11:49:56 -08:00
3wc
a07ac5f0df Add drone configs / secrets [mass update]
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-20 21:32:07 -08:00
3wc
f5b210f028 Add CI and catalogue generation [mass update]
Some checks failed
continuous-integration/drone/push Build is failing
2023-01-20 10:45:33 -08:00
2d361c154a chore: publish 0.12.0+v6.68 release 2023-01-08 19:50:23 +01:00
7782fd4d56 chore: publish 0.11.0+v6.67 release 2023-01-06 10:49:38 +01:00
3 changed files with 46 additions and 2 deletions

41
.drone.yml Normal file
View File

@ -0,0 +1,41 @@
---
kind: pipeline
name: deploy to swarm-test.autonomic.zone
steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: wekan
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: wekan.swarm-test.autonomic.zone
STACK_NAME: wekan
LETS_ENCRYPT_ENV: production
SECRET_OAUTH2_SECRET_VERSION: v1
ENTRYPOINT_VERSION: v1
SECRET_OAUTH2_SECRET_VERSION: v1
trigger:
branch:
- main
---
kind: pipeline
name: generate recipe catalogue
steps:
- name: release a new version
image: plugins/downstream
settings:
server: https://build.coopcloud.tech
token:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -1,4 +1,6 @@
TYPE=wekan
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
LETS_ENCRYPT_ENV=production
SECRET_OAUTH2_SECRET_VERSION=v1

View File

@ -21,7 +21,7 @@ services:
backupbot.backup.path: "/tmp/backup/"
app:
image: quay.io/wekan/wekan:v6.60
image: quay.io/wekan/wekan:v6.81
environment:
- MONGO_URL=mongodb://db:27017/wekan
- DOMAIN
@ -83,7 +83,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.10.0+v6.60"
- "coop-cloud.${STACK_NAME}.version=0.13.1+v6.81"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
volumes:
wekan-db: