enh: rename pockethost.io to dashboard
8
.github/workflows/publish.yaml
vendored
@@ -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 }})'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Changes in `master` not yet released
|
||||
|
||||
- docs: prod notes
|
||||
- enh: rename pockethost.io to dashboard
|
||||
|
||||
@@ -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",
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 768 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |