Add building web assets to CI/CD
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Failing after 5s
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Final Docker Image Manifest (push) Has been skipped

This commit is contained in:
Deon George 2025-01-03 14:47:09 +11:00
parent 0b8564f85f
commit 831cf2b1ee

View File

@ -37,6 +37,9 @@ jobs:
# Install Composer and project dependencies.
mkdir -p ${COMPOSER_HOME}
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then echo ${{ secrets.COMPOSER_GITHUB_TOKEN }} > ${COMPOSER_HOME}/auth.json; fi
echo "Compose HOME [${COMPOSER_HOME}]"
ls -al ${COMPOSER_HOME}
cat ${COMPOSER_HOME}/auth.json
composer install
# Generate an application key. Re-cache.
php artisan key:generate