Compare commits
3 Commits
67e617c969
...
35dc8568c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 35dc8568c0 | |||
| dca75e7b37 | |||
| dce8641ec9 |
15
.drone.yml
15
.drone.yml
|
|
@ -16,7 +16,7 @@ steps:
|
|||
- go build p83.nl/go/ekster/cmd/eksterd
|
||||
- go test ./...
|
||||
|
||||
- name: publish
|
||||
- name: publish-personal
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.stuifzandapp.com/microsub-server
|
||||
|
|
@ -26,6 +26,19 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
# - name: publish-docker
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# repo: pstuifzand/ekster
|
||||
# tags:
|
||||
# - alpine
|
||||
# dockerfile: Dockerfile.alpine
|
||||
# registry: registry.stuifzandapp.com
|
||||
# username:
|
||||
# from_secret: docker_official_username
|
||||
# password:
|
||||
# from_secret: docker_official_password
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
|
|
|
|||
|
|
@ -15,3 +15,14 @@ repos:
|
|||
- id: go-fmt
|
||||
- id: go-lint
|
||||
- id: go-unit-tests
|
||||
- repo: https://github.com/lauritzsh/markdownlint-plugin
|
||||
rev: d2945f77abee898fef48212adccbc2e3195c33c3
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: drone-lint
|
||||
name: Drone linting
|
||||
language: system
|
||||
entry: drone lint
|
||||
files: .drone.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user