Skip to content

Commit 176162e

Browse files
committed
fix
1 parent a93d5be commit 176162e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8686
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
8787
projectName: ${{ github.event.repository.name }}-dev
88-
directory: dist/
88+
directory: dist/ui/
8989
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
9090
test:
9191
runs-on: ubuntu-latest

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8686
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
8787
projectName: ${{ github.event.repository.name }}-dev
88-
directory: dist/
88+
directory: dist/ui/
8989
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
9090
test:
9191
runs-on: ubuntu-latest
@@ -171,7 +171,7 @@ jobs:
171171
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
172172
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
173173
projectName: ${{ github.event.repository.name }}-prod
174-
directory: dist/
174+
directory: dist/ui/
175175
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
176176
health-check-prod:
177177
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)