mastodon/.drone.yml
Dalite 63cdb40dce
All checks were successful
continuous-integration/drone Build is passing
Merge commit 'f3864db4090b8cec212fb99c3dabccfb6a6c7642' into bark-prod
2023-12-11 19:13:06 +01:00

33 lines
No EOL
705 B
YAML

kind: pipeline
name: mastodon
type: kubernetes
steps:
- name: build-mastodon
image: plugins/docker
environment:
DOCKER_BUILDKIT: 1
settings:
registry: git.greyfox.tech
username:
from_secret: registry_user
password:
from_secret: registry_pass
repo: git.greyfox.tech/bark/mastodon
dockerfile: Dockerfile
tags:
- prod
- name: build-streaming
image: plugins/docker
environment:
DOCKER_BUILDKIT: 1
settings:
registry: git.greyfox.tech
username:
from_secret: registry_user
password:
from_secret: registry_pass
repo: git.greyfox.tech/bark/mastodon-streaming
dockerfile: streaming/Dockerfile
tags:
- prod