From e5e649f6209d865b2f0fd28cbcb04e530e36e44f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Feb 2024 14:16:05 +0000 Subject: [PATCH] Prep for production deployment --- .github/workflows/deploy-github-pages.yml | 5 ++--- static/CNAME | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 855fe37..058d32d 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -1,5 +1,4 @@ -# Sample workflow for building and deploying a Hugo site to GitHub Pages -name: Deploy Hugo site to Pages +name: Deploy Hugo site to Production on: # Runs on pushes targeting the default branch @@ -68,7 +67,7 @@ jobs: # Deployment job deploy: environment: - name: github-pages + name: production url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build diff --git a/static/CNAME b/static/CNAME index e633d60..ec675e2 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -web-test.leighhack.org \ No newline at end of file +leighhack.org \ No newline at end of file