This is a simple breakdown of how I deploy Bedrock+Sage using RunCloud and Envoyer.
cd {{ release }}/web/app/themes/sage
composer install --no-ansi --no-dev --no-interaction --no-progress --optimize-autoloader --no-scripts --classmap-authoritativecd {{ release }}
wp core is-installed --skip-plugins --skip-themes
wp core update-dbcd {{ release }}/web/app/themes/sage
cat public/entrypoints.json
cat public/palette.jsoncd {{ release }}
wp acorn optimize
wp acorn acf:cachecd {{ release }}
wp runcloud-hub purgeall
wp runcloud-hub update-dropin- From:
web/app/uploads - To:
shared/uploads
- log1x/envoyer-deploy-commands (Works with Laravel & Acorn)
