mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
Update .drone.yml
This commit is contained in:
parent
8126f7397c
commit
2645182d7c
1 changed files with 12 additions and 12 deletions
24
.drone.yml
24
.drone.yml
|
@ -4,17 +4,17 @@ steps:
|
|||
image: ubuntu
|
||||
commands:
|
||||
- ls -la
|
||||
|
||||
- sudo mkdir /phyre-panel
|
||||
- sudo cp installers/ubuntu-22.04/install-partial/install_base.sh /phyre-panel/install_base.sh
|
||||
- sudo chmod +x /phyre-panel/install_base.sh
|
||||
- sudo /phyre-panel/install_base.sh
|
||||
- sudo cp installers/ubuntu-22.04/install-partial/install_web.sh /phyre-panel/install_web.sh
|
||||
- sudo chmod +x /phyre-panel/install_web.sh
|
||||
|
||||
- sudo cp -r web /usr/local/phyre/web/
|
||||
- mkdir /phyre-panel
|
||||
- cp installers/ubuntu-22.04/install-partial/install_base.sh /phyre-panel/install_base.sh
|
||||
- chmod +x /phyre-panel/install_base.sh
|
||||
- /phyre-panel/install_base.sh
|
||||
- cp installers/ubuntu-22.04/install-partial/install_web.sh /phyre-panel/install_web.sh
|
||||
- chmod +x /phyre-panel/install_web.sh
|
||||
|
||||
- cp -r web /usr/local/phyre/web/
|
||||
- cd /usr/local/phyre/web/
|
||||
- sudo wget https://getcomposer.org/download/latest-stable/composer.phar
|
||||
- sudo COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
- sudo /phyre-panel/install_web.sh
|
||||
- sudo phyre-php artisan test
|
||||
- wget https://getcomposer.org/download/latest-stable/composer.phar
|
||||
- COMPOSER_ALLOW_SUPERUSER=1 phyre-php composer.phar install
|
||||
- /phyre-panel/install_web.sh
|
||||
- phyre-php artisan test
|
||||
|
|
Loading…
Reference in a new issue