Настроил Drone CI/CD #1

Merged
lulzette merged 6 commits from drone-test into master 2021-10-19 13:37:14 +03:00
Showing only changes of commit b15b408476 - Show all commits

View File

@ -1,7 +1,7 @@
kind: pipeline
type: exec
name: default
name: Build
platform:
os: linux
@ -11,6 +11,8 @@ steps:
- name: build
commands:
- docker build .
name: Deployment
- name: run
commands:
- docker-compose up --build -d