very silly stuff

This commit is contained in:
red 2025-07-13 20:21:25 -04:00
parent 9d5e42b40e
commit 42fbde6bbf

View file

@ -18,7 +18,7 @@ spec:
- name: registry-credentials - name: registry-credentials
initContainers: initContainers:
- name: init - name: init
image: cr.forge.lan/darkdork-dev/pleromax:${CI_COMMIT_SHA} image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: [ "sh", "-c", "mix ecto.migrate" ] command: [ "sh", "-c", "mix ecto.migrate" ]
env: env:
@ -95,7 +95,7 @@ spec:
subPath: prod.secret.exs subPath: prod.secret.exs
containers: containers:
- name: pleroma - name: pleroma
image: cr.forge.lan/darkdork-dev/pleromax:${CI_COMMIT_SHA} image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["sh", "-c", "elixir --sname pleroma -S mix phx.server --no-compile"] command: ["sh", "-c", "elixir --sname pleroma -S mix phx.server --no-compile"]
ports: ports: