Изменил деплой

Вместо deployer - fabric/invoke
This commit is contained in:
2022-08-15 15:45:57 +03:00
parent 2c4ca426fd
commit 0cb732c803
6 changed files with 50 additions and 83 deletions

View File

@ -28,8 +28,3 @@ curl -sLO https://getcomposer.org/download/2.3.10/composer.phar \
curl -sLO https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.9.5/php-cs-fixer.phar \
&& mv php-cs-fixer.phar /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer
# Deployer
curl -sLO https://deployer.org/releases/v6.8.0/deployer.phar \
&& mv deployer.phar /usr/local/bin/dep \
&& chmod +x /usr/local/bin/dep