Skip to content
Snippets Groups Projects
Commit fc7d25de authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

rewrite review app code

parent 947bc79e
No related branches found
No related tags found
3 merge requests!71Fix conflict,!57Resolve "fix deployment jobs",!56Resolve "fix deployment jobs"
Pipeline #104881 passed
......@@ -42,6 +42,7 @@ build-static:
- static
rules:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_
# deploy static webpage on issue-branch to web-server hosted asteroids
asteroid:
......@@ -121,7 +122,6 @@ pages:
deploy_review:
stage: deploy
needs: [build-static]
script:
- echo "Deploy a review app"
environment:
......@@ -129,8 +129,10 @@ deploy_review:
url: https://review.fabian-gabel.de/$CI_COMMIT_REF_NAME
# on_stop: stop_review_app
# auto_stop_in: 1 week
rules:
- if: $CI_MERGE_REQUEST_ID
only:
- branches
except:
- master
# uncomment for manual stopping
#stop_review_app:
......
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