From f2aa4a00c94c32496f15837ee923d523218b289f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sat, 23 Jan 2021 15:44:48 +0100 Subject: [PATCH] Add composer json and lock to production build artefact, because drush doesn't work otherwise --- test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index 66ada6c..ead296d 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -35,8 +35,8 @@ stages: - drush/ - vendor/ - web/ - - .ahoy.yml - - .env + - composer.json + - composer.lock .artifact_paths: &artifact_paths paths: -- GitLab