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
44ba40c7d3
commit
0dd570278a
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ steps:
|
|||
- cp -r $MAIN_REPO_DIR/web /usr/local/phyre/web
|
||||
- cp /usr/local/phyre/phyre-config.ini.bak /usr/local/phyre/web/phyre-config.ini
|
||||
- cd /usr/local/phyre/web/
|
||||
- ls -la
|
||||
- ls -la
|
||||
- wget https://getcomposer.org/download/latest-stable/composer.phar
|
||||
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
- phyre-php artisan migrate
|
||||
- phyre-php artisan test
|
||||
|
|
Loading…
Reference in a new issue