Skip to content
Snippets Groups Projects
Commit d4f78dd9 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci(production): allow only master to delpoy to production

parent e3d24a9d
No related branches found
No related tags found
1 merge request!58Sprint #20 - Goal - Reviewers submit report
...@@ -101,7 +101,6 @@ push:production:review: ...@@ -101,7 +101,6 @@ push:production:review:
stage: push stage: push
when: manual when: manual
only: only:
- develop
- master - master
variables: variables:
NODE_ENV: production NODE_ENV: production
...@@ -179,7 +178,6 @@ deploy:production:review: ...@@ -179,7 +178,6 @@ deploy:production:review:
stage: deploy stage: deploy
when: manual when: manual
only: only:
- develop
- master - master
variables: variables:
PACKAGE_NAME: xpub-faraday PACKAGE_NAME: xpub-faraday
......
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