chore(gitpod): migrate Classic Gitpod config to devcontainers

Spoiler: Gitpod tasks are now under the automations.yaml file, along
side support for services in Gitpod Flex. :)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2024-10-03 16:20:26 +00:00
parent e954a7fa74
commit f3c6473e83
3 changed files with 65 additions and 0 deletions

5
.gitpod/automations.yaml Normal file
View file

@ -0,0 +1,5 @@
tasks:
devserver:
name: Run dev server
command: pipenv install && pipenv run dev
triggeredBy: [manual,postDevcontainerStart]