Vue Component text amendment 7

This commit is contained in:
Dillon
2023-05-07 13:54:48 +08:00
parent b464ccf3da
commit 0ce2d5f61c
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -1,6 +1,6 @@
image: lorisleiva/laravel-docker:8.1
stages:
- build_install
# - build_install
- deploy
#jobs
@@ -21,9 +21,6 @@ deploy:
- composer install
- npm install
- npm run build
- echo "CI_MERGE_REQUEST_ID - $CI_MERGE_REQUEST_ID"
- echo "CI_COMMIT_TITLE - $CI_COMMIT_TITLE"
- echo "CI_COMMIT_MESSAGE - $CI_COMMIT_MESSAGE"
- vapor deploy production --commit="$CI_MERGE_REQUEST_ID" --message="$CI_COMMIT_MESSAGE"
- vapor deploy production --message="$CI_COMMIT_MESSAGE"
rules:
- if: '$CI_COMMIT_BRANCH == "development"'
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="row justify-content-center">
<div class="col-md-12">
<div class="card">
<div class="card-header">*This is a Vue Component*</div>
<div class="card-header">This is a Vue Component</div>
</div>
</div>
</div>