2021-10-19 12:25:54 +03:00
|
|
|
|
|
|
|
kind: pipeline
|
|
|
|
type: exec
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
commands:
|
2021-10-19 13:05:41 +03:00
|
|
|
- docker-compose build
|
2021-10-19 12:43:39 +03:00
|
|
|
|
2021-10-19 12:25:54 +03:00
|
|
|
- name: run
|
|
|
|
commands:
|
2021-10-19 13:05:41 +03:00
|
|
|
- docker-compose up -d
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
2021-10-19 12:25:54 +03:00
|
|
|
|