mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 12:12:18 +00:00
Prep for production deployment
This commit is contained in:
5
.github/workflows/deploy-github-pages.yml
vendored
5
.github/workflows/deploy-github-pages.yml
vendored
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
web-test.leighhack.org
|
||||
leighhack.org
|
||||
Reference in New Issue
Block a user