1
0
Fork 0

Compare commits

...

4 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
Ambrose Chua c1ab691890
Bump version 2018-09-17 12:47:27 +08:00
Ambrose Chua 552db9668d
Update README.md 2018-09-17 12:34:07 +08:00
3 changed files with 16 additions and 8 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

View File

@ -1,7 +1,7 @@
FROM golang:1.10-alpine as build
# args
ARG version="1.0.0"
ARG version="1.0.1"
ARG repo="github.com/productionwentdown/text-server"
# source

View File

@ -1,4 +1,4 @@
# [text-server](https://hub.docker.com/r/productionwentdown/text-server/)
# [text-server](https://hub.docker.com/r/productionwentdown/text-server/) [![](https://images.microbadger.com/badges/version/productionwentdown/text-server.svg)](https://microbadger.com/images/productionwentdown/text-server "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/productionwentdown/text-server.svg)](https://microbadger.com/images/productionwentdown/text-server "Get your own image badge on microbadger.com")
Serves one HTML page set through an environmental environment.