add .drone.yml

This commit is contained in:
2025-07-31 21:40:50 -07:00
parent fe3ad8eea6
commit 54a544b3c1
2 changed files with 28 additions and 1 deletions
+24
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
+4 -1
View File
@@ -24,4 +24,7 @@ pnpm-debug.log*
.idea/
# Emacs
*~
*~
# Drone
.drone.secrets