From bbe04025b49c797f4b1aa0ede31944ffb385455a Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 28 Apr 2022 20:17:46 +0200 Subject: [PATCH] drone, re-add hostalias --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index c7d9e0c..e4847ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ kind: pipeline type: kubernetes name: python +host_aliases: + - ip: 192.168.0.210 + hostnames: + - git.fqserv.eu + steps: - name: test image: python:latest