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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user