Skip to content
Snippets Groups Projects
Commit 5d7e6db1 authored by LEKHLAIKH Taha's avatar LEKHLAIKH Taha
Browse files

Update .gitlab-ci.yml file

parent 78d77deb
Branches
No related tags found
No related merge requests found
Pipeline #7215 canceled
......@@ -4,7 +4,12 @@ stages:
- test
- deploy
deploy:
stage: deploy
script:
- npm run deploy -- --token $SURGE_TOKEN
rules:
- if: $CI_COMMIT_BRANCH == "master"
build:
stage: build
......@@ -38,10 +43,5 @@ e2e_tests:
- job: build
artifacts: true
deploy:
stage: deploy
script:
- npm run deploy -- --token $SURGE_TOKEN
rules:
- if: $CI_COMMIT_BRANCH == "master"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment