ci: deploy to correct cf pages project

Signed-off-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
Abdullah Atta
2024-01-31 12:53:37 +05:00
parent 9a0c129844
commit e1f07618d3

View File

@@ -34,7 +34,7 @@ jobs:
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-project-name: notesnook-v3-app
cloudflare-project-name: notesnook-v3-beta
directory: ./apps/web/build
github-token: ${{ secrets.GITHUB_TOKEN }}
github-environment: ${{ (github.ref == 'refs/heads/master' && 'beta') || 'preview' }}
github-environment: 'v3'