From 9574f3c8d0efa062f1d077b7590e29ea073d02d9 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 4 Sep 2019 14:12:00 +0100 Subject: [PATCH] update to the new deployment of Giles Signed-off-by: Stuart Mumford --- .circleci/config.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b37478bf4..bf4404ce9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,4 +121,4 @@ workflows: notify: webhooks: - - url: https://giles.cadair.com/circleci + - url: https://giles.cadair.dev/circleci diff --git a/pyproject.toml b/pyproject.toml index b53982b87..060a44fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ -[ tool.giles ] +[ tool.gilesbot ] - [ tool.giles.circleci_artifacts.docs ] + [ tool.gilesbot.circleci_artifacts.docs ] url = "gen/index.html" message = "Click details to preview the HTML documentation." - [ tool.giles.circleci_artifacts.swagger ] + [ tool.gilesbot.circleci_artifacts.swagger ] url = "client-server/index.html" message = "Click to preview the swagger build."