Set up gitpod file for prebuilds.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-09-23 20:49:59 -05:00
parent 9c72079c08
commit 8321362b8a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 18 additions and 0 deletions

18
.gitpod.yml Normal file
View File

@ -0,0 +1,18 @@
github :
prebuilds :
addCheck : false
tasks :
- name : Docker Build
init : |
yes '' | bash docker.sh install-dev
gp sync-done docker-build
command : |
make up
make bash
- name : Static Service
openMode : split-right
command :
gp sync-await docker-build
make frontend-bash