mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Debug Pipeline Failed
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user