correct drone.yml
This commit is contained in:
parent
89f4a71dd2
commit
3c09acf1b2
12
.drone.yml
12
.drone.yml
@ -7,15 +7,15 @@ platform:
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
- name: build
|
||||
name: build
|
||||
commands:
|
||||
- docker build -t docker-php-nginx .
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
- rollback
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
- rollback
|
||||
Loading…
Reference in New Issue
Block a user