mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-27 05:23:18 +00:00
enh: add BLOG_DOMAIN support to www project and github actions
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user