Only build things on master
This commit is contained in:
parent
5a8abd8d2b
commit
489315eb60
@ -11,6 +11,8 @@ steps:
|
|||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker build --no-cache -t autonomic/autonomic.zone:drone .
|
- docker build --no-cache -t autonomic/autonomic.zone:drone .
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
|
||||||
- name: Deploy Autonomic.zone with Dokku
|
- name: Deploy Autonomic.zone with Dokku
|
||||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||||
|
Reference in New Issue
Block a user