Compare commits
No commits in common. "ec74632c02efbda071593db9c47ccfc63c259b1a" and "4c12a5927e42bb997b9a9d12d81b005dd1a7fbbc" have entirely different histories.
ec74632c02
...
4c12a5927e
10
.drone.yml
10
.drone.yml
@ -1,6 +1,8 @@
|
||||
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
@ -8,12 +10,8 @@ platform:
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- docker-compose -p Crisp_Telegram_bot build
|
||||
|
||||
- docker build .
|
||||
- name: run
|
||||
commands:
|
||||
- docker-compose -p Crisp_Telegram_bot up -d
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- docker-compose up --build -d
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: '3'
|
||||
services:
|
||||
bot:
|
||||
crispbot:
|
||||
build: .
|
||||
volumes:
|
||||
- /root/config.yml:/app/config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user