deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit ee622cbb0b - Show all commits

View File

@ -100,7 +100,8 @@ spec:
containers: containers:
- name: firefly - name: firefly
image: fireflyiii/core:version-6.4.15 image: fireflyiii/core:version-6.4.15
args: ["/bin/sh", "-c", ". /vault/secrets/firefly-env.sh && exec /init"] command: ["/bin/sh", "-c"]
args: [". /vault/secrets/firefly-env.sh && exec /init"]
env: env:
- name: APP_ENV - name: APP_ENV
value: production value: production