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