Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
77373b721d | |||
fcd6dd1f60 |
2 changed files with 12 additions and 23 deletions
23
.drone.yml
23
.drone.yml
|
@ -1,23 +0,0 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build and deploy
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
repo: registry.saces.eu/saces/keymaker
|
||||
registry: registry.saces.eu
|
||||
username:
|
||||
from_secret: registreu_user
|
||||
password:
|
||||
from_secret: registreu_spassword
|
||||
tags: latest
|
||||
|
||||
node:
|
||||
saces: saces
|
12
.woodpecker.yaml
Normal file
12
.woodpecker.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: test
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: Dockerfile
|
||||
repo: registry.saces.eu/saces/keymaker
|
||||
registry: registry.saces.eu
|
||||
tags: latest
|
Loading…
Reference in a new issue