From f13b3c80defc69afeb69811db669544b78e5dbfd Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 28 Nov 2022 01:49:34 +0100 Subject: [PATCH] try custom_dns in config file --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c85496b..e7745e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ steps: dry_run: true repo: test/test target: final + custom_dns: [ 116.202.204.30 ] tags: - ${DRONE_COMMIT_SHA} - ${DRONE_BRANCH}