From 257b6b1447d04e0cec6efa1150a52d1e28d304b5 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sun, 8 May 2022 17:11:45 +0200 Subject: [PATCH] Modified API url --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b52942..5837a28 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: from_secret: docker_password repo: dutchellie/proper-website-2 build_args: - - APIURL=https://api.nicecock.eu/api/testing + - APIURL=https://api.quenten.nl/api/testing tags: - dev - ${DRONE_COMMIT_SHA:0:8} @@ -65,7 +65,7 @@ steps: from_secret: docker_password repo: dutchellie/proper-website-2 build_args: - - APIURL=https://api.nicecock.eu/api + - APIURL=https://api.quenten.nl/api tags: - latest - ${DRONE_COMMIT_SHA:0:8}