Skip to content

Commit fefebae

Browse files
committed
refactor: Update Cloudflare Workers deployment workflow to use new environment variable names
1 parent f84467e commit fefebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3434
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
35-
run: wrangler deploy . --name ${{ env.REPO_NAME }}
35+
run: wrangler deploy ./ --name ${{ env.REPO_NAME }}
3636

3737
- name: Run Discord script
3838
env:

0 commit comments

Comments
 (0)