Una repo di esempio per provare la nuova integrazione con Drone
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Antonio De Lucreziis a0349c1de9
continuous-integration/drone/push Build is passing Details
update a route and removed the promotion thingy
1 year ago
foo initial commit 1 year ago
.drone.yml update a route and removed the promotion thingy 1 year ago
.gitignore initial commit 1 year ago
Dockerfile Testing auto deploy 1 year ago
README.md Updated readme with docker info 1 year ago
go.mod initial commit 1 year ago
go.sum initial commit 1 year ago
main.go update a route and removed the promotion thingy 1 year ago

README.md

Drone Example

Build Status

Un piccolo progetto di esempio per mostrare come funziona Drone

Test

$ go test -v ./...

Build

$ go build -o ./bin/drone-example .

Docker

$ docker build -t drone-example .
$ docker rm -f drone-example
$ docker run -d -p 127.241.212.77:1098 --restart always --name drone-example drone-example