Skip to content

Commit

Permalink
deploy pipeline is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Oct 5, 2023
1 parent 9fdc69d commit b31bbe8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
VERSION: "2.0.0"
VERSION: "2.1.0"
BUILD_SCRIPTS_ROOT_PATH: "/home/gitlab-runner/ci_cd/k8s"
workflow:
rules:
Expand All @@ -24,20 +24,12 @@ push_container:
script:
- bash "$BUILD_SCRIPTS_ROOT_PATH/push_container.sh"

prepare_deployment_files:
deploy:
stage: deploy
only:
- test
- staging
- master
script:
- bash "$BUILD_SCRIPTS_ROOT_PATH/metabolights-editor/prepare_deployment_files.sh"

deploy_editor:
stage: deploy
only:
- test
- staging
- master
script:
- bash "$BUILD_SCRIPTS_ROOT_PATH/metabolights-editor/deploy.sh"

0 comments on commit b31bbe8

Please sign in to comment.