Attempt to add okteto cloud deployment support

pull/1/head
hikari.ftg 2022-03-21 16:50:17 +00:00
parent 92a9ad7707
commit 7f274602d0
1 changed files with 12 additions and 0 deletions

12
okteto.yml 100644
View File

@ -0,0 +1,12 @@
name: hikka
image: python:3
command: ["python3", "-m", "hikka", "--root"]
sync:
- .:/usr/src/app
forward:
- 8080:8080
reverse:
- 9000:9000
autocreate: true
volumes:
- /root/.cache/pip