Skip to content

Commit

Permalink
Merge pull request #378 from statikbe/Numkil-patch-1
Browse files Browse the repository at this point in the history
[BUG] [Deploy] build frontend step was not present in production build.
  • Loading branch information
HannahDeWachter authored Sep 12, 2024
2 parents f227214 + fbcde1f commit 95dd1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95dd1ba

Please sign in to comment.