wip
This commit is contained in:
parent
0c51cb765b
commit
05db67e5c5
@ -14,6 +14,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: misskey
|
- name: misskey
|
||||||
image: okteto.dev/misskey:${OKTETO_GIT_COMMIT}
|
image: okteto.dev/misskey:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
deploy:
|
deploy:
|
||||||
- cp .config/example.yml .config/default.yml
|
- cp .config/example.yml .config/default.yml
|
||||||
- cp .config/docker_example.env .config/docker.env
|
- cp .config/docker_example.env .config/docker.env
|
||||||
- okteto build -t okteto.dev/misskey:${OKTETO_GIT_COMMIT}
|
- okteto build -t okteto.dev/misskey:latest
|
||||||
- kubectl apply -f k8s
|
- kubectl apply -f k8s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user