1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/.gitpod.yml

8 lines
198 B
YAML
Raw Normal View History

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