This commit is contained in:
parent
c5ff0e2cda
commit
6a48747ead
20
.drone.yml
20
.drone.yml
@ -2,17 +2,13 @@ kind: pipeline
|
|||||||
type: exec
|
type: exec
|
||||||
name: exec-debian-memiks
|
name: exec-debian-memiks
|
||||||
|
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: backend
|
||||||
commands:
|
commands:
|
||||||
- docker build -t docker-php-nginx .
|
- echo go build
|
||||||
|
- echo go test
|
||||||
|
|
||||||
trigger:
|
- name: frontend
|
||||||
event:
|
commands:
|
||||||
- push
|
- echo npm install
|
||||||
- tag
|
- echo npm test
|
||||||
- rollback
|
|
||||||
Loading…
Reference in New Issue
Block a user