feat: deployment for runner
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
- name: Add remote host.
|
||||
ansible.builtin.add_host:
|
||||
name: server
|
||||
ansible_ssh_host: repository_gitea
|
||||
ansible_ssh_host: "{{ variables.gitea_host }}"
|
||||
|
||||
- name: Deploy artifact to instance.
|
||||
hosts: server
|
||||
|
||||
Reference in New Issue
Block a user