ci: fix compose project name and missing .env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user