This commit is contained in:
13
.drone.yml
13
.drone.yml
@ -1,20 +1,7 @@
|
||||
---
|
||||
kind: pipeline
|
||||
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Build autonomic.zone docker image
|
||||
image: docker:stable
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker build --no-cache -t autonomic/autonomic.zone:drone .
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
||||
- name: Deploy Autonomic.zone with Dokku
|
||||
image: appleboy/drone-git-push:0.2.0-linux-amd64
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user