Update .forgejo/workflows/ci.yml
This commit is contained in:
parent
c703507020
commit
43b4b85de4
|
|
@ -1,12 +1,5 @@
|
||||||
name: Build and push Docker image
|
name: Build and push Docker image
|
||||||
|
|
||||||
# Build + push only. The deploy target (kamash-01) is NOT the host the Forgejo
|
|
||||||
# runner lives on (Dembian), so the runner cannot `compose up` there — unlike
|
|
||||||
# sprzatansko-bot, which is co-located with the runner. Deployment is owned by
|
|
||||||
# Ansible (kamnet: playbooks/dyzur-bot.yml), whose systemd unit pulls :latest on
|
|
||||||
# (re)start. To roll out a new image after CI: re-run that playbook or
|
|
||||||
# `systemctl restart dyzur-bot` on kamash-01.
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue