infra-nimbus/ansible/host_vars/stable-metal-01.he-eu-hel1.nimbus.mainnet.yml
Arthur Koziel fb2ab82f6d
Add hetzner dedicated server (#56)
add stable-metal-01.he-eu-hel1.nimbus.mainnet

Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
2021-05-19 18:04:12 +08:00

12 lines
435 B
YAML

---
# Docker image builds
beacon_node_builds_docker_hub_user: '{{lookup("passwordstore", "cloud/DockerHub/user")}}'
beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub/token")}}'
# The -small suffix is because of native compilation
beacon_node_builds_branches:
- name: 'stable-metal-01'
version: 'stable'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 12:00:00'