Skip to content

Commit 7008490

Browse files
committed
Remove Cloudflare Pages deployment from Prod
1 parent b0e5284 commit 7008490

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ jobs:
5858
env:
5959
HUSKY: "0"
6060
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
7061

7162
test-dev:
7263
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)