ci: fix compose project name and missing .env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mini
2026-02-19 01:18:26 +08:00
parent f2429d0512
commit a4064a5373

View File

@@ -10,8 +10,11 @@ trigger:
steps:
- name: deploy
image: docker:latest
environment:
COMPOSE_PROJECT_NAME: xdl
commands:
- apk add --no-cache docker-compose
- touch .env
- docker-compose down
- docker-compose build
- docker-compose up -d