Skip to content

Commit

Permalink
Check homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Apr 19, 2024
1 parent 3901b7f commit aa6f405
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

# cancel in-progress runs on new commits to same PR (gitub.event.number)
concurrency:
group: vercel-deploy-${{ github.workflow }}-${{ github.event.number || github.sha }}
group: vercel-cli-r2-${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true

permissions:
Expand Down Expand Up @@ -38,6 +38,10 @@ jobs:

- name: pnpm deploy cloudflare template
run: |
echo $HOME
echo -------
pwd
echo -------
pnpm install --ignore-scripts
pnpm --filter 'webstudio-cloudlfare-template^...' run build
pnpm --filter 'webstudio-cloudlfare-template' deploy '${{ runner.temp }}/cloudlfare-template'
Expand Down

0 comments on commit aa6f405

Please sign in to comment.