This commit is contained in:
syuilo 2022-02-19 21:29:50 +09:00
parent 0c51cb765b
commit 05db67e5c5
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: misskey
image: okteto.dev/misskey:${OKTETO_GIT_COMMIT}
image: okteto.dev/misskey:latest
ports:
- containerPort: 8080

View File

@ -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