From 04f46f874d654f4b67d025714398fdc7d0f030b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 12 Oct 2018 02:56:09 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40789f3..c9f2ff1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: find . -name "*.txz" -exec mv -fv {} out \; find . -name "*.log" -exec mv -fv {} out \; (cd out; ls | (echo ''; sed 's/^.*/&<\/a>/'; echo '') >index.html) - surge --project ./out --domain danio-gcc.surge.sh + surge --project ./out --domain gcc.danio.ga workflows: version: 2 @@ -46,4 +46,4 @@ workflows: - deploy: requires: - build64 - - build32 \ No newline at end of file + - build32