Skip to content

Commit

Permalink
Try prod deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Apr 20, 2024
1 parent 6918182 commit 566119d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@ jobs:
run: pnpm build
working-directory: ${{ github.workspace }}/fixtures/webstudio-cloudlfare-template


# Ideally, execute 'pnpm deploy --prod', but @remix-run/dev doesn't support this flag.
# Despite being listed as a dependency, @remix-run/dev does not install the remix cli.
# TODO: Minimize artefact size due to frequent downloads on each publish.
- name: pnpm deploy
run: pnpm --filter 'webstudio-cloudlfare-template' deploy "${{ github.workspace }}/../cloudlfare-template"
run: pnpm --filter 'webstudio-cloudlfare-template' --prod deploy "${{ github.workspace }}/../cloudlfare-template"

- name: Make archive
run: |
Expand Down

0 comments on commit 566119d

Please sign in to comment.