1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-06-14 11:29:51 +02:00
cwa-documentation/.gitpod.yml
skyperx b0502bf98b 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-06 14:25:52 +00:00

8 lines
224 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- init: "- name: Terraform Apply for GorillaStack uses:
GorillaStack/github-action-apply-on-merge@v0.1.0"
command: 'echo "TODO: Replace with command to start project"'