mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 04:59:31 +00:00
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:
parent
e954a7fa74
commit
f3c6473e83
3 changed files with 65 additions and 0 deletions
5
.gitpod/automations.yaml
Normal file
5
.gitpod/automations.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
tasks:
|
||||
devserver:
|
||||
name: Run dev server
|
||||
command: pipenv install && pipenv run dev
|
||||
triggeredBy: [manual,postDevcontainerStart]
|
Loading…
Add table
Add a link
Reference in a new issue