+'web' spy now updates composer
This commit is contained in:
parent
ece197f69d
commit
2c7e55b29d
|
@ -28,7 +28,10 @@ while true; do
|
||||||
# 2. Update submodule 'vhost'
|
# 2. Update submodule 'vhost'
|
||||||
git submodule update --remote;
|
git submodule update --remote;
|
||||||
|
|
||||||
# 3. Re-build js/scss
|
# 3. Update composer
|
||||||
|
docker exec php-fpm composer -d /vhost;
|
||||||
|
|
||||||
|
# 4. Re-build js/scss
|
||||||
docker exec php-fpm npm run build --prefix /vhost;
|
docker exec php-fpm npm run build --prefix /vhost;
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
|
Loading…
Reference in New Issue