Skip to content

Commit

Permalink
gitpod: Make Gitpod's automated dev setup automatically run Jekyll an…
Browse files Browse the repository at this point in the history
…d Parcel (rstacruz#1586)
  • Loading branch information
jankeromnes authored Dec 17, 2020
1 parent 1fbacbc commit e8f302b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e8f302b

Please sign in to comment.