File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments