wip
This commit is contained in:
parent
0c51cb765b
commit
05db67e5c5
@ -14,6 +14,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: misskey
|
||||
image: okteto.dev/misskey:${OKTETO_GIT_COMMIT}
|
||||
image: okteto.dev/misskey:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
@ -1,5 +1,5 @@
|
||||
deploy:
|
||||
- cp .config/example.yml .config/default.yml
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user