Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
dbee982d
Commit
dbee982d
authored
May 29, 2019
by
Dominik Hebeler
Browse files
fixed deployment for metager3
parent
57ea99f9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
dbee982d
...
...
@@ -25,4 +25,11 @@ chmod -R 777 bootstrap/cache
npm
install
npm run production
php artisan migrate
--force
php artisan db:seed
--force
\ No newline at end of file
php artisan db:seed
--force
php artisan requests:gather
if
[
-f
~/MetaGer/artisan
]
;
then
php ~/MetaGer/artisan down
;
fi
cd
~/
while
[
-d
~/MetaGer
]
;
do
rm
-rf
~/MetaGer
;
done
mv
MetaGer_neu MetaGer
sudo
pkill
--signal
SIGHUP supervisord
php ~/MetaGer/artisan up
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment