mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Debug drone
This commit is contained in:
parent
71afb8afff
commit
69c5da8e00
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
@ -1,5 +1,21 @@
|
|||
---
|
||||
|
||||
kind: pipeline
|
||||
name: build-stable-container
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: keyoxide/keyoxide
|
||||
tags: stable
|
||||
|
||||
---
|
||||
|
||||
kind: pipeline
|
||||
name: build-dev-container
|
||||
|
||||
|
|
Loading…
Reference in a new issue