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:
authorEvan Read <eread@gitlab.com>2020-11-13 00:24:16 +0300
committerEvan Read <eread@gitlab.com>2020-11-13 00:24:16 +0300
commit1495bb1e6aacd7389155ca48ecaddd221ea0efd7 (patch)
treeb1afe4d15be3851387a4cf9ad4363bb1fcdef034
parent258bcad13f53bde7c10766264188cb99401ec18b (diff)
parent9d941fa837ad0fd52d306b3c74dc7c9d8ff8af00 (diff)
Merge branch 'gitpod' into 'master'
Add Gitpod integration See merge request gitlab-org/gitlab-docs!1298
-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