Browse Source

Maintenance: Add review-app restart job.

Tobias Schäfer 9 months ago
parent
commit
f89f914eb2
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitlab/ci/review-app.yml

+ 7 - 0
.gitlab/ci/review-app.yml

@@ -278,3 +278,10 @@ review-app:stop:
     - ${DOCKER_COMPOSE_COMMAND} down
   environment:
     action: stop
+
+review-app:restart:
+  extends:
+    - .review-app
+  script:
+    - echo "Restart review app…"
+    - ${DOCKER_COMPOSE_COMMAND} restart