PhyrePanel-mirror/.drone.yml
2024-05-14 19:20:32 +03:00

14 lines
314 B
YAML

---
kind: pipeline
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