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.
|
continuous-integration/drone/push Build is passing
Details
|
3 years ago | |
|---|---|---|
| foo | 3 years ago | |
| .drone.yml | 3 years ago | |
| .gitignore | 3 years ago | |
| Dockerfile | 3 years ago | |
| README.md | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| main.go | 3 years ago | |
README.md
Drone Example
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