mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
Update .drone.yml
This commit is contained in:
parent
c4721a090f
commit
23f717081c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue