We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e73a4 commit d8a350eCopy full SHA for d8a350e
.gitpod.yml
@@ -0,0 +1,8 @@
1
+# Gitpod config, https://www.gitpod.io/docs/config-gitpod-file.
2
+
3
+tasks:
4
+ - init: >-
5
+ rvm install `cat .ruby-version` &&
6
+ make bundle &&
7
+ make build
8
+ command: echo "Site files are under ./output"
0 commit comments