Skip to content

Commit

Permalink
deployment staging - env patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolNet committed Nov 17, 2023
1 parent 94a0001 commit e8adc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p public/blog
find public/ -maxdepth 1 -mindepth 1 -not -name blog -exec mv '{}' public/blog/ \;
env:
PATH_PREFIX: ${{PATH_PREFIX}}
PATH_PREFIX: ${{ vars.PATH_PREFIX }}
- name: Cloudflare
run: |
npm install -g @cloudflare/wrangler
Expand Down

0 comments on commit e8adc53

Please sign in to comment.