mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-14 21:19:36 +00:00
f3c6473e83
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>
5 lines
139 B
YAML
5 lines
139 B
YAML
tasks:
|
|
devserver:
|
|
name: Run dev server
|
|
command: pipenv install && pipenv run dev
|
|
triggeredBy: [manual,postDevcontainerStart]
|