gitpod: Make Gitpod's automated dev setup automatically run Jekyll and Parcel (#1586)

This commit is contained in:
Jan Keromnes 2020-12-17 22:44:09 +01:00 committed by GitHub
parent 1fbacbc9f8
commit e8f302b290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -1,10 +1,15 @@
image: gitpod/workspace-full
ports:
- port: 4001
onOpen: open-preview
tasks:
- init: yarn install && bundle install
command: env PORT=4001 yarn run dev
github:
# Prebuild the docker image for gitpod - https://www.gitpod.io/docs/46_prebuilds/
# Prebuild the docker image for gitpod - https://www.gitpod.io/docs/prebuilds/
prebuilds:
# enable for the master/default branch
master: true
tasks:
- init: bundle install