Commit 5dd7268a authored by Vadym Gidulian's avatar Vadym Gidulian

Fixed CI config

parent dedfe6c8
...@@ -86,8 +86,9 @@ deploy:testing: ...@@ -86,8 +86,9 @@ deploy:testing:
url: http://$CI_PROJECT_NAME.test.$DOMAIN url: http://$CI_PROJECT_NAME.test.$DOMAIN
on_stop: undeploy:testing on_stop: undeploy:testing
only: only:
- branches
- dev - dev
except:
- tags
deploy:staging: deploy:staging:
stage: deploy stage: deploy
...@@ -154,8 +155,9 @@ undeploy:testing: ...@@ -154,8 +155,9 @@ undeploy:testing:
name: testing name: testing
action: stop action: stop
only: only:
- branches
- dev - dev
except:
- tags
undeploy:staging: undeploy:staging:
stage: deploy stage: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment