Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-14 19:20:32 +03:00
parent ab67d87073
commit 3d9cfbc86d

View file

@ -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