updated 'vhost' + make CI web really update vhost on branch master
This commit is contained in:
parent
bebea1e76e
commit
dac44ed391
|
@ -21,10 +21,11 @@ while true; do
|
|||
|
||||
|
||||
# 1. Go to root directory
|
||||
cd $ROOT/../..;
|
||||
cd $ROOT/../../virtual/vhost;
|
||||
|
||||
# 2. Update submodule 'vhost'
|
||||
git submodule update --remote;
|
||||
git checkout master;
|
||||
git pull origin master;
|
||||
|
||||
# 3. Update composer
|
||||
docker exec php-fpm bash -c "cd /vhost; composer install";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b59d1cbeff8d849690c94a42ad191607f611f9f8
|
||||
Subproject commit e83b20e9ff6501995a152124b0e06b2bc6d0a8a9
|
Loading…
Reference in New Issue