Skip to content

Commit

Permalink
Fix Production Deploy Script
Browse files Browse the repository at this point in the history
  • Loading branch information
no1mann committed Nov 26, 2024
1 parent d89d0a6 commit ecc660e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:

- name: Publish KV's to Development
run: |
npm run kv-trends-previous:development
npm run kv-trends-previous:production
cd ./workers/tiltify-cache
npm run kv-causes:development
npm run kv-summary:development
npm run kv-causes:production
npm run kv-summary:production
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit ecc660e

Please sign in to comment.