Debug Pipeline Failed

This commit is contained in:
Dillon
2023-05-08 14:03:03 +08:00
parent bb1daa48a4
commit 96ff2f5e15
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
image: lorisleiva/laravel-docker:8.1
image: lorisleiva/laravel-docker:7.4
stages:
- build
- deploy
@@ -43,6 +43,8 @@ build:
#deploy
deploy:
stage: deploy
before_script:
- RUN apk --update --no-cache add docker
script:
- composer install
- vapor deploy production --message="$CI_COMMIT_MESSAGE"
+3
View File
@@ -8,6 +8,9 @@ environments:
database: vapor-laravel-poc-db
runtime: 'docker'
build:
- 'npm install'
- 'gulp build'
- 'rm -rf node_modules'
- 'composer install --no-dev'
- 'php artisan event:cache'
deploy: