This commit is contained in:
24
.drone.yml
Normal file
24
.drone.yml
Normal 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
5
.gitignore
vendored
@ -24,4 +24,7 @@ pnpm-debug.log*
|
||||
.idea/
|
||||
|
||||
# Emacs
|
||||
*~
|
||||
*~
|
||||
|
||||
# Drone
|
||||
.drone.secrets
|
Reference in New Issue
Block a user