We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e5284 commit 7008490Copy full SHA for 7008490
.github/workflows/deploy-prod.yml
@@ -58,15 +58,6 @@ jobs:
58
env:
59
HUSKY: "0"
60
VITE_RUN_ENVIRONMENT: dev
61
- - name: Publish to Cloudflare
62
- uses: cloudflare/pages-action@v1
63
- with:
64
- apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
65
- accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
66
- projectName: management-ui-dev
67
- directory: dist_ui/
68
- gitHubToken: ${{ secrets.GITHUB_TOKEN }}
69
- branch: main
70
71
test-dev:
72
runs-on: ubuntu-latest
0 commit comments