diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-09 19:55:36 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-09 19:55:36 +0300 |
commit | bb39eacc14fdf5226c5f8279442555ea035e25a0 (patch) | |
tree | 854cc7af1cf440a6a780362cc445d73f18944d05 | |
parent | f7bfdf58def6aadc922e1632f407d1418269a0d7 (diff) |
deploy: change composer name
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ fi git reset --hard git pull origin master -$PHP composer.phar install --no-dev --optimize-autoloader +composer8.1 install --no-dev --optimize-autoloader $PHP prepare_static.php cp "$DEV_DIR/config-local.php" . |