File tree 4 files changed +6
-9
lines changed
4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 21
21
<testsuite name =" Application" >
22
22
<directory suffix =" Test.php" >./tests</directory >
23
23
</testsuite >
24
- <testsuite name =" Laravel Streams" >
25
- <directory suffix =" Test.php" >./vendor/streams/*/tests</directory >
26
- </testsuite >
27
24
</testsuites >
28
25
29
26
<php >
Original file line number Diff line number Diff line change 1
- {
2
- "/js/app.js" : " /js/app.js"
3
- }
1
+ {}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ echo "Deploying application..."
7
7
(php artisan down --message ' This app is being (quickly!) updated. Please try again in one moment.' ) || true
8
8
9
9
# Update codebase
10
- git fetch origin deploy
11
- git reset --hard origin/deploy
10
+ git fetch origin production
11
+ git reset --hard origin/production
12
12
13
13
# Install dependencies based on lock file
14
14
composer install --no-interaction --prefer-dist --optimize-autoloader
Original file line number Diff line number Diff line change 27
27
" regex:/[0-9]{2,3}/"
28
28
]
29
29
},
30
- "title" : " text" ,
30
+ "title" : {
31
+ "type" : " text"
32
+ },
31
33
"intro" : " textarea" ,
32
34
"body" : " markdown" ,
33
35
"category" : {
You can’t perform that action at this time.
0 commit comments