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
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:
parent
0b8564f85f
commit
831cf2b1ee
@ -37,6 +37,9 @@ jobs:
|
|||||||
# Install Composer and project dependencies.
|
# Install Composer and project dependencies.
|
||||||
mkdir -p ${COMPOSER_HOME}
|
mkdir -p ${COMPOSER_HOME}
|
||||||
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then echo ${{ secrets.COMPOSER_GITHUB_TOKEN }} > ${COMPOSER_HOME}/auth.json; fi
|
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
|
composer install
|
||||||
# Generate an application key. Re-cache.
|
# Generate an application key. Re-cache.
|
||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
|
Loading…
Reference in New Issue
Block a user