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: steps:
- name: deploy - name: deploy
image: docker:latest image: docker:latest
environment:
COMPOSE_PROJECT_NAME: xdl
commands: commands:
- apk add --no-cache docker-compose - apk add --no-cache docker-compose
- touch .env
- docker-compose down - docker-compose down
- docker-compose build - docker-compose build
- docker-compose up -d - docker-compose up -d