feat: container registry deploy (build in CI, pull on server)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user