1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ambrose Chua 36acd6abe3
Drone 1.0 syntax
continuous-integration/drone/push Build is passing Details
2018-12-01 13:50:12 +08:00
Ambrose Chua 3e60f42482
Update .drone.yml
the build was successful Details
2018-09-22 18:07:45 +08:00
1 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,15 @@
pipeline:
docker:
image: plugins/docker
registry: registry.labs.0x.no
repo: registry.labs.0x.no/text-server
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.makerforce.io
repo: registry.makerforce.io/pwd/text-server
tags:
- latest
- latest
username:
from_secret: docker_username
password:
from_secret: docker_password