Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Failing after 19s
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Build Docker Image (arm64) (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 19s
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
This commit is contained in:
parent
1ac6772f52
commit
bcbd265746
@ -38,7 +38,7 @@ jobs:
|
|||||||
ls -al
|
ls -al
|
||||||
# Install Composer and project dependencies.
|
# Install Composer and project dependencies.
|
||||||
mkdir -p ${COMPOSER_HOME}
|
mkdir -p ${COMPOSER_HOME}
|
||||||
if [ -n "$GITHUB_TOKEN" ]; then cat $GITHUB_TOKEN |base64 -d > ${COMPOSER_HOME}/auth.json; fi
|
if [ -n "${{ secrets.COMPOSER_GITHUB_TOKEN }}" ]; then echo ${{ secrets.COMPOSER_GITHUB_TOKEN }} > ${COMPOSER_HOME}/auth.json; fi
|
||||||
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