Skip to content

Commit 0593469

Browse files
committed
modify: Update deployment directory in build workflow to use 'deploy' folder
1 parent 915ac23 commit 0593469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2828
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2929
projectName: camp-site-2024
30-
directory: my-app/build
30+
directory: my-app/deploy
3131
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

my-app/public/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/2024/* /2024/index.html 200
1+
/2024/* /2024/index.html 200

0 commit comments

Comments
 (0)