simple-icons/.gitpod.yml

8 lines
198 B
YAML
Raw Normal View History

2019-02-04 13:24:42 +00:00
ports:
- port: 4000
onOpen: ignore
2019-02-04 13:24:42 +00:00
tasks:
- command: gp await-port 4000 && sleep 3 && gp preview $(gp url 4000)
2019-02-04 13:24:42 +00:00
- init: gem install jekyll bundler
command: jekyll serve --host 0.0.0.0