Compare commits

..

No commits in common. "main" and "devel" have entirely different histories.
main ... devel

3 changed files with 3 additions and 44 deletions

View File

@ -1,41 +0,0 @@
---
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: firefly-iii
generate_secrets: true
purge: true
deploy_key:
from_secret: drone_ssh_swarm_test
networks:
- proxy
environment:
DOMAIN: firefly-iii.swarm-test.autonomic.zone
STACK_NAME: firefly-iii
LETS_ENCRYPT_ENV: production
SECRET_APP_KEY_VERSION: v1
SECRET_STATIC_CRON_TOKEN_VERSION: v1
SECRET_DB_PASSWORD_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:
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -1,5 +1,5 @@
TYPE=firefly-iii
DOMAIN=firefly-iii.example.com
DOMAIN=example.com
LETS_ENCRYPT_ENV=production
APP_NAME=FireflyIII

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
app:
image: fireflyiii/core:version-6.2.9
image: fireflyiii/core:version-5.5.13
volumes:
- firefly_iii_upload:/var/www/html/storage/upload
secrets:
@ -121,7 +121,7 @@ volumes:
firefly_iii_db:
secrets:
cron_token:
name: ${STACK_NAME}_cron_token_${SECRET_STATIC_CRON_TOKEN_VERSION}
name: ${STACK_NAME}_static_cron_token_${SECRET_STATIC_CRON_TOKEN_VERSION}
external: true
app_key:
name: ${STACK_NAME}_app_key_${SECRET_APP_KEY_VERSION}