mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/vapor-laravel-poc.git
synced 2026-08-19 04:13:55 +00:00
Fix failed pipeline 2
This commit is contained in:
@@ -19,6 +19,8 @@ deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- composer install
|
||||
- npm install
|
||||
- npm run build
|
||||
- vapor deploy production --commit="$CI_COMMIT_MESSAGE"
|
||||
rules:
|
||||
- if: '$CI_COMMIT_BRANCH == "development"'
|
||||
|
||||
Reference in New Issue
Block a user