Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-07 11:33:46 +03:00
parent 3648f319ed
commit 8745b85c34

View file

@ -28,11 +28,13 @@ steps:
- mkdir -p /usr/local/phyre/php/zend-xdebug
- cp modules/xdebug.so /usr/local/phyre/php/zend-xdebug/xdebug.so
- chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so
- cp -r web /usr/local/phyre/web/
- cp /usr/local/phyre/web/tests/xdebug-php-ini.txt /usr/local/phyre/php/bin/php.ini
- chmod 777 /usr/local/phyre/php/bin/php.ini
- phyre-php -v
- cp -r web /usr/local/phyre/web/
-
- cd /usr/local/phyre/web/
- sudo chmod -R 777 vendor
- wget https://getcomposer.org/download/latest-stable/composer.phar