From baa6ae144879b69169e586f1129ec414ccf1991c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Sun, 5 Dec 2021 10:02:22 +0100 Subject: [PATCH] Add CNAME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- .github/workflows/push.yml | 2 +- CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CNAME diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ef8d985..2aa2b61 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: run: | mkdir deploy cp RHM.html deploy/index.html - cp -r css images fonts LICENSE deploy/ + cp -r css images fonts LICENSE CNAME deploy/ # Deploy - name: Push diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..1dd3a3c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +rhm.cybersecurityrobotics.net \ No newline at end of file