Build and deploy image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-05-01 13:39:33 +02:00
parent b529e2f2e8
commit 333f000fcf
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 10 additions and 0 deletions

View File

@ -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: