From ac08dfd3af76133d024c6e08afe44ff93894f084 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 2 May 2022 16:54:34 +0200 Subject: [PATCH] gitlab-ci-cd/drupal#24 Add support for borg backup in NG deployments --- test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 5807192..6783161 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -81,6 +81,7 @@ Debug: .artifact_paths_prod_ng: &artifact_paths_prod_ng paths: + - backup/ - crontabs/ - settings/ - tests/mhout.json -- GitLab