enh: rename pockethost.io to dashboard

This commit is contained in:
Ben Allfree
2023-10-02 08:41:49 -07:00
parent b0cc205ae0
commit cbcec4a720
89 changed files with 9 additions and 7 deletions

View File

@@ -21,13 +21,13 @@ jobs:
- name: Publish www to Cloudflare Pages
uses: cloudflare/pages-action@v1
id: www_deploy
id: dashboard_deploy
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: pockethost
directory: ./packages/pockethost.io/build
directory: ./packages/dashboard/build
branch: ${{ github.head_ref || github.ref_name }}
wranglerVersion: '3'
@@ -37,7 +37,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: '**PREVIEW** ${{ steps.www_deploy.outputs.url }} was generated from [commit ${{ github.sha }}](https://github.com/${{ github.repository}}/commit/${{ github.sha }}) on [${{ github.repository}}#${{ github.ref_name }}](https://github.com/${{ github.repository}}/tree/${{ github.ref_name }})'
args: '**PREVIEW** ${{ steps.dashboard_deploy.outputs.url }} was generated from [commit ${{ github.sha }}](https://github.com/${{ github.repository}}/commit/${{ github.sha }}) on [${{ github.repository}}#${{ github.ref_name }}](https://github.com/${{ github.repository}}/tree/${{ github.ref_name }})'
- name: Discord live branch notification
if: github.ref_name == 'master'
@@ -45,4 +45,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: '**LIVE** https://pockethost.io (${{ steps.www_deploy.outputs.url }}) has been updated from [commit ${{ github.sha }}](https://github.com/${{ github.repository}}/commit/${{ github.sha }}) on [${{ github.repository}}#${{ github.ref_name }}](https://github.com/${{ github.repository}}/tree/${{ github.ref_name }})'
args: '**LIVE** https://pockethost.io (${{ steps.dashboard_deploy.outputs.url }}) has been updated from [commit ${{ github.sha }}](https://github.com/${{ github.repository}}/commit/${{ github.sha }}) on [${{ github.repository}}#${{ github.ref_name }}](https://github.com/${{ github.repository}}/tree/${{ github.ref_name }})'

View File

@@ -1,3 +1,4 @@
# Changes in `master` not yet released
- docs: prod notes
- enh: rename pockethost.io to dashboard

View File

@@ -8,11 +8,12 @@
"lint": "prettier -c \"./**/*.ts\"",
"lint:fix": "prettier -w \"./**/*.ts\"",
"build": "concurrently 'yarn:build:*'",
"build:www": "cd packages/pockethost.io && yarn build",
"build:dashboard": "cd packages/dashboard && yarn build",
"build:daemon": "cd packages/daemon && yarn build",
"local:dev": "NODE_ENV=development concurrently 'yarn:dev:*'",
"local:dev": "NODE_ENV=development concurrently 'yarn:local:dev:*'",
"local:dev:proxy": "cd packages/proxy && yarn dev",
"local:dev:www": "cd packages/pockethost.io && yarn dev",
"local:dev:dashboard": "cd packages/dashboard && yarn dev",
"local:dev:daemon": "cd packages/daemon && yarn dev",
"dev": "NODE_ENV=development concurrently 'yarn:dev:*'",
"dev:proxy": "cd packages/proxy && yarn dev",
"dev:daemon": "cd packages/daemon && yarn dev",

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 768 B

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB