very silly stuff
This commit is contained in:
parent
9d5e42b40e
commit
42fbde6bbf
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ spec:
|
|||
- name: registry-credentials
|
||||
initContainers:
|
||||
- name: init
|
||||
image: cr.forge.lan/darkdork-dev/pleromax:${CI_COMMIT_SHA}
|
||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "sh", "-c", "mix ecto.migrate" ]
|
||||
env:
|
||||
|
|
@ -95,7 +95,7 @@ spec:
|
|||
subPath: prod.secret.exs
|
||||
containers:
|
||||
- name: pleroma
|
||||
image: cr.forge.lan/darkdork-dev/pleromax:${CI_COMMIT_SHA}
|
||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["sh", "-c", "elixir --sname pleroma -S mix phx.server --no-compile"]
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue