add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-31 21:40:50 -07:00
parent 45fce5fe76
commit 66900162c5
2 changed files with 28 additions and 1 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
---
kind: pipeline
name: default
steps:
- name: build and publish docker image
image: plugins/docker
settings:
repo: git.coopcloud.tech/rtm/rtmwebsite
tags:
- main
- latest
- 0.0.2
platform: linux/amd64
username:
from_secret: USERNAME
password:
from_secret: PASSWORD
registry: git.coopcloud.tech
trigger:
branch:
- main
event:
- push

5
.gitignore vendored
View File

@ -24,4 +24,7 @@ pnpm-debug.log*
.idea/
# Emacs
*~
*~
# Drone
.drone.secrets