Files
automating-home-lights/.gitpod.yml
T
b1ackd0t a1747ad815 Fully automate dev setup with Gitpod
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-06-30 14:06:42 +00:00

6 lines
86 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- init: pip install -r ./requirements.txt