Compare commits
No commits in common. "master" and "v0.0.0" have entirely different histories.
40
.drone.yml
Normal file
40
.drone.yml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build-container
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build-and-push
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql
|
||||||
|
registry: git.clortox.com
|
||||||
|
username:
|
||||||
|
from_secret: gitea_docker_username
|
||||||
|
password:
|
||||||
|
from_secret: gitea_docker_password
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${DRONE_TAG}
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
- name: notify
|
||||||
|
image: clortox/drone-ntfy
|
||||||
|
settings:
|
||||||
|
URL: https://ntfy.clortox.com
|
||||||
|
USERNAME: drone
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: ntfy_password
|
||||||
|
TOPIC: drone-builds
|
||||||
|
MESSAGE: Postgresql ${DRONE_TAG} has compiled!
|
||||||
|
CLICK: https://drone.clortox.com/Infrastructure/Gluttony-Cluster-Postgresql
|
||||||
|
TITLE: Postgresql
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
@ -1,7 +1,6 @@
|
|||||||
# Gluttony-Cluster-Postgresql
|
# Gluttony-Cluster-Postgresql
|
||||||
|
|
||||||

|
[](https://drone.clortox.com/Infrastructure/Gluttony-Cluster-Postgresql)
|
||||||

|
|
||||||
|
|
||||||
A custom image of [Postgresql](https://www.postgresql.org) for use in my [Kubernetes Cluster](https://git.clortox.com/Infrastructure/Gluttony-Cluster).
|
A custom image of [Postgresql](https://www.postgresql.org) for use in my [Kubernetes Cluster](https://git.clortox.com/Infrastructure/Gluttony-Cluster).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user