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
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue