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:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-17 06:35:35 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 06:35:35 +0300
commit6ee7c5d1063fe49cc2c5d69eb3be323c49119937 (patch)
treeddaf27548df18b2d7c8f393873be30b9afb380a4 /.gitlab-ci.yml
parent1c1bb539f77794ca15c02afdf824b7bf5c0e992a (diff)
Add production environment.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2559e22d..11f14bc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,9 @@ cache:
- vendor/ruby
pages:
+ stage: deploy
+ environment:
+ name: production
script:
- bundle install
- rake pull_repos