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