Compare commits
No commits in common. "test" and "main" have entirely different histories.
2 changed files with 23 additions and 12 deletions
23
.drone.yml
Normal file
23
.drone.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
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
|
|
@ -1,12 +0,0 @@
|
||||||
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…
Add table
Reference in a new issue