Skip to content
Snippets Groups Projects
Commit cac45825 authored by M9713's avatar M9713
Browse files

Update .gitlab-ci.yml

parent 52110e20
No related branches found
No related tags found
No related merge requests found
Pipeline #469157 passed
include:
template: DAST.gitlab-ci.yml
stages:
- build
# - test
- deploy
- dast
include:
- template: DAST.gitlab-ci.yml
variables:
DAST_WEBSITE: http://vm3816.kaj.pouta.csc.fi:30149/
when: manual
DAST_WEBSITE: "http://vm3733.kaj.pouta.csc.fi:30149/"
# DAST_FULL_SCAN_ENABLED: "true"
# DAST_AUTH_URL: "http://vm3733.kaj.pouta.csc.fi:30149/login"
# DAST_AUTH_USERNAME: “DAST”
# DAST_AUTH_PASSWORD: “DAST”
build:
stage: build
......@@ -61,11 +65,3 @@ deploy:
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-service.yaml
- kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-deployment.yaml
- kubectl -n default rollout restart deployment front
# script: echo "Deploying Frontend"
# image: bitnami/kubectl:latest
# script:
# - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-service.yaml
# - kubectl apply -f $CI_PROJECT_DIR/conduit-front/front-deployment.yaml
# - kubectl -n default rollout restart deployment front
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment