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