diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d34bccce9a9aa705f323e6f5051ab08a2b41d0c2..6272b55c9cdf855eea17c03ccfe5b066155168f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ nginx-validation: - "curl -v -H 'Host: demo.codimd.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'" - "curl -v -H 'Host: demo.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'" # Test social - - "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'" - - "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'" + - "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'" + - "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'" # Test community - "curl -v -H 'Host: community.codimd.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'" - "curl -v -H 'Host: community.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'"