established parallel CI pipeline for quicker testing after DO droplet upsizing; ensured gamearray (docker) and gamearray_celery services restart automatically when not purposefully powered off
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-18 20:24:02 -04:00
parent 97b406c7e0
commit 67697fa90e
3 changed files with 5 additions and 1 deletions

View File

@@ -129,6 +129,7 @@
image: gitea.earthmanrpg.me/discoman/gamearray:latest
state: started
recreate: true
restart_policy: unless-stopped
env:
DJANGO_DEBUG_FALSE: "1"
DJANGO_SECRET_KEY: "{{ secret_key.content | b64decode }}"
@@ -150,6 +151,7 @@
image: gitea.earthmanrpg.me/discoman/gamearray:latest
state: started
recreate: true
restart_policy: unless-stopped
env:
DJANGO_DEBUG_FALSE: "1"
DJANGO_SECRET_KEY: "{{ secret_key.content | b64decode }}"