Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-14 19:31:46 +03:00
parent c4721a090f
commit 23f717081c

View file

@ -14,5 +14,6 @@ steps:
- rsync $MAIN_REPO_DIR/web/ /usr/local/phyre/web/ -r
- cd /usr/local/phyre/web/
- ls -la
- composer install
- wget https://getcomposer.org/download/latest-stable/composer.phar
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
- phyre-php artisan test