enh: add BLOG_DOMAIN support to www project and github actions

This commit is contained in:
Ben Allfree
2023-10-11 05:25:47 -07:00
parent 677c374d4a
commit ff583270db
7 changed files with 28 additions and 5 deletions

View File

@@ -7,6 +7,10 @@ jobs:
contents: read
deployments: write
name: Publish to Cloudflare Pages
env:
PUBLIC_HTTP_PROTOCOL: 'https'
PUBLIC_BLOG_DOMAIN: 'pockethost.io'
PUBLIC_APP_DOMAIN: 'app.pockethost.io'
steps:
- name: Checkout
uses: actions/checkout@v3