simple-icons/.gitpod.yml
Jan Keromnes 6c875c7277 Add Gitpod icon. (#1579)
* Improve Gitpod first load experience.

* Add Gitpod icon.
2019-08-06 18:52:52 +03:00

8 lines
198 B
YAML

ports:
- port: 4000
onOpen: ignore
tasks:
- command: gp await-port 4000 && sleep 3 && gp preview $(gp url 4000)
- init: gem install jekyll bundler
command: jekyll serve --host 0.0.0.0