From fbcde1fb6f4a1bfceda2b803684ac2617aa822e1 Mon Sep 17 00:00:00 2001 From: Numkil / Merel Date: Mon, 26 Aug 2024 12:06:17 +0200 Subject: [PATCH] [BUG] [Deploy] build frontend step was not present in production build. --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 786bdf39..35518f4b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,6 +24,7 @@ pipelines: script: # build frontend and run composer - composer install --verbose --prefer-dist --no-progress --no-interaction --no-dev --optimize-autoloader + - sh ./bitbucket_pipelines_build_frontend.sh # deploy: - cp .deploy/ssh/* ~/.ssh/. && chmod 400 ~/.ssh/bitbucket_pipelines* - dep deploy production -vv