website/.gitpod/automations.yaml
Andrei Jiroh Halili f3c6473e83 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>
2024-10-03 16:20:26 +00:00

5 lines
139 B
YAML

tasks:
devserver:
name: Run dev server
command: pipenv install && pipenv run dev
triggeredBy: [manual,postDevcontainerStart]