prometheus-monitoring #3

Merged
lulzette merged 5 commits from prometheus-monitoring into master 2021-11-01 04:40:19 +03:00
Showing only changes of commit 49f981708a - Show all commits

View File

@ -1,18 +1,29 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
name: build
steps:
- name: build
commands:
- docker-compose -p pycms build
---
kind: pipeline
type: exec
name: test
steps:
- name: test
commands:
- docker-compose -p pycms up --build --abort-on-container-exit
---
kind: pipeline
type: exec
name: run and push
steps:
- name: push
commands:
- docker-compose -p pycms push
- name: run
commands:
- docker-compose -p pycms up -d