feat: container registry deploy (build in CI, pull on server)
Deploy / deploy (push) Has been cancelled
ci / build (push) Has been cancelled

This commit is contained in:
2026-06-13 20:56:04 +03:00
parent ca6b5f40c3
commit 0f73ca72d7
9 changed files with 143 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
all:
hosts:
prod:
ansible_host: <SERVER_IP>
ansible_user: root
ansible_port: 22
vars:
registry: gitea.d3m0k1d.ru
registry_user: <REGISTRY_USER>
registry_password: <REGISTRY_PASSWORD>