mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
ci: deploy to correct cf pages project
Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
4
.github/workflows/web.v3-beta.publish.yml
vendored
4
.github/workflows/web.v3-beta.publish.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
cloudflare-project-name: notesnook-v3-app
|
cloudflare-project-name: notesnook-v3-beta
|
||||||
directory: ./apps/web/build
|
directory: ./apps/web/build
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
github-environment: ${{ (github.ref == 'refs/heads/master' && 'beta') || 'preview' }}
|
github-environment: 'v3'
|
||||||
|
|||||||
Reference in New Issue
Block a user