Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbl committed Apr 19, 2021
1 parent 52ff826 commit 747d0fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ build:smart-control:
- build/
only:
- tags
except:
- master

deploy:smart-control:
stage: deploy
Expand All @@ -89,8 +87,6 @@ deploy:smart-control:
url: https://dss.smart-control.inowas.com
only:
- tags
except:
- master

build:training:
image: node:12
Expand All @@ -104,8 +100,6 @@ build:training:
- build/
only:
- tags
except:
- master

deploy:training:
stage: deploy
Expand All @@ -129,8 +123,6 @@ deploy:training:
url: https://training.inowas.com
only:
- tags
except:
- master

build:prod:
image: node:12
Expand All @@ -144,8 +136,6 @@ build:prod:
- build/
only:
- tags
except:
- master

deploy:prod:staging:
stage: deploy
Expand All @@ -169,8 +159,6 @@ deploy:prod:staging:
url: https://staging.inowas.com
only:
- tags
except:
- master

deploy:prod:production:
stage: deploy
Expand All @@ -195,5 +183,3 @@ deploy:prod:production:
when: manual
only:
- tags
except:
- master

0 comments on commit 747d0fc

Please sign in to comment.