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 f375eaf commit 164dc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
mkdir -p public/staging-blog
find public/ -maxdepth 1 -mindepth 1 -not -name staging-blog -exec mv '{}' public/staging-blog/ \;
env:
PATH_PREFIX: ${{PATH_PREFIX}}
PATH_PREFIX: ${{ env.PATH_PREFIX }}
- name: Cloudflare
run: |
npm install -g @cloudflare/wrangler
Expand Down

0 comments on commit 164dc3e

Please sign in to comment.