mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 14:32:25 +00:00
Merge pull request #28 from leigh-hackspace/production-config
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 Production
|
||||||
name: Deploy Hugo site to Pages
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
@@ -68,7 +67,7 @@ jobs:
|
|||||||
# Deployment job
|
# Deployment job
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: production
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
web-test.leighhack.org
|
leighhack.org
|
||||||
Reference in New Issue
Block a user