5 Commits

Author SHA1 Message Date
73ca23f647 chore: publish 0.5.2+3.5.1 release 2024-03-28 11:40:10 +01:00
3wc
e85b902262 chore: publish 0.5.1+3.5.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-05 13:12:05 -03:00
3wc
d134057749 More drone fixing 🤖🔧
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-05 13:08:05 -03:00
3wc
b2319ae650 Fix Drone
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-05 13:05:09 -03:00
466126e7d1 chore: publish 0.5.0+3.5.1 release 2024-02-01 14:16:59 +01:00
4 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@ steps:
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings: settings:
host: swarm-test.autonomic.zone host: swarm-test.autonomic.zone
stack: {{ .Name }} stack: rallly
generate_secrets: true generate_secrets: true
purge: true purge: true
deploy_key: deploy_key:
@ -14,9 +14,13 @@ steps:
networks: networks:
- proxy - proxy
environment: environment:
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone DOMAIN: rallly.swarm-test.autonomic.zone
STACK_NAME: {{ .Name }} STACK_NAME: rallly
LETS_ENCRYPT_ENV: production LETS_ENCRYPT_ENV: production
SECRET_SECRET_KEY_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
SECRET_SMTP_PWD_VERSION: v1
APP_ENTRYPOINT_VERSION: v1
trigger: trigger:
branch: branch:
- main - main

View File

@ -1 +1 @@
export APP_ENTRYPOINT_VERSION=v2 export APP_ENTRYPOINT_VERSION=v3

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: lukevella/rallly:3.5.0 image: lukevella/rallly:3.5.1
hostname: 0.0.0.0 hostname: 0.0.0.0
networks: networks:
- proxy - proxy
@ -45,7 +45,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.4.1+2.11.1" - "coop-cloud.${STACK_NAME}.version=0.5.2+3.5.1"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s interval: 30s

1
release/0.5.0+3.5.1 Normal file
View File

@ -0,0 +1 @@
Rallly and recipe now support oidc. But you need to be registered to create polls now.