Build and deploy image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b529e2f2e8
commit
333f000fcf
10
.drone.yml
10
.drone.yml
@ -2,6 +2,16 @@
|
||||
kind: pipeline
|
||||
name: deploy to swarm.autonomic.zone
|
||||
steps:
|
||||
- name: bundle static
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_reg_username
|
||||
password:
|
||||
from_secret: docker_reg_passwd
|
||||
repo: decentral1se/autonomic.zone
|
||||
tags: latest
|
||||
|
||||
- name: deployment
|
||||
image: decentral1se/drone-stack:19.03.8-override-compose
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user