stack-ssh-deploy/.drone.yml
3wc 76078a2f6c
All checks were successful
continuous-integration/drone/push Build is passing
Switch to publishing on our Gitea
Re: coop-cloud/organising#369
2023-01-21 11:29:04 -08:00

25 lines
518 B
YAML

---
kind: pipeline
name: build & publish image
steps:
- name: run shellcheck
image: debian:buster
commands:
- apt update
- apt install -y shellcheck
- shellcheck plugin.sh
- name: docker push
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/stack-ssh-deploy
tags: latest
registry: git.coopcloud.tech
trigger:
branch:
- main
event:
- push