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
ab67d87073
commit
3d9cfbc86d
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@ name: Docker - Quick Test
|
|||
steps:
|
||||
- name: run
|
||||
image: bobicloudvision/phyre-panel:latest
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
CODECOV_TOKEN:
|
||||
from_secret: CODECOV_TOKEN
|
||||
commands:
|
||||
- MAIN_REPO_DIR=$(pwd)
|
||||
- cd /usr/local/phyre/web/
|
||||
- ls -la
|
||||
|
|
Loading…
Reference in a new issue