Compare commits

..

No commits in common. "test" and "main" have entirely different histories.
test ... main

2 changed files with 23 additions and 12 deletions

23
.drone.yml Normal file
View 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

View file

@ -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