aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-17 23:50:38 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-17 23:50:38 +0200
commita298fa85a39cad96d35483da85d683ae65c63845 (patch)
tree9cb2d681ef0aba4c59ac22dab44e92c534dff35c /.gitlab-ci.yml
parentFollow naming scheme. (diff)
Only run `deploy` step on `master` and `django`.
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 e5d4d75a..41ec8565 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,3 +114,6 @@ deploy:
url: https://pysite.jchri.st
tags:
- docker
+ only:
+ - master
+ - django