mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
remove workspace, fix paths
This commit is contained in:
parent
df0f609cce
commit
04fe7c29cb
1 changed files with 4 additions and 7 deletions
11
.drone.yml
11
.drone.yml
|
@ -1,15 +1,12 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
workspace:
|
||||
path: /drone/src/docker/travis
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: docker/compose:alpine-1.27.4
|
||||
commands:
|
||||
- pwd
|
||||
- ls -la
|
||||
- docker build ../../ --file ../prod/Dockerfile --tag dessalines/lemmy:travis
|
||||
- docker-compose up -d
|
||||
- docker build . --file docker/prod/Dockerfile --tag dessalines/lemmy:travis
|
||||
- docker-compose up -f docker/travis/docker-compose.yml -d
|
||||
- sleep 10
|
||||
- docker-compose down
|
||||
|
||||
|
|
Loading…
Reference in a new issue