2 Commits

Author SHA1 Message Date
e8486625df chore: publish 0.1.2+1.21.2 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-25 12:41:12 -08:00
794d918417 chore: publish 0.1.1+1.21.2 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-25 12:37:41 -08:00
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ steps:
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: {{ .Name }}
stack: baserow
generate_secrets: true
purge: true
deploy_key:
@ -14,8 +14,8 @@ steps:
networks:
- proxy
environment:
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone
STACK_NAME: {{ .Name }}
DOMAIN: baserow.swarm-test.autonomic.zone
STACK_NAME: baserow
LETS_ENCRYPT_ENV: production
trigger:
branch:

View File

@ -1,6 +1,6 @@
# baserow
> One line description of the recipe
> Minimum Viable deploy of Baserow: Open source no-code database and Airtable alternative
<!-- metadata -->

View File

@ -21,7 +21,7 @@ services:
#- "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.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.21.2"
- "coop-cloud.${STACK_NAME}.version=0.1.2+1.21.2"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s