Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitpod.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..b4036701
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,13 @@
+image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+
+ports:
+ - port: 3004
+ onOpen: open-browser
+
+tasks:
+ - init: |
+ bundle install
+ yarn install --frozen-lockfile
+ bundle exec rake
+ bundle exec nanoc compile
+ command: bundle exec nanoc live --port=3004