Skip to content

Commit

Permalink
ci: install wrangler without prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Nov 7, 2023
1 parent ac7912c commit 0e0382e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish_to_pages_production/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ runs:
- name: Publish to cloudflare pages (production)
run: |-
cd dist
npx wrangler pages deploy . --project-name=deriv-binary-static-pages --branch=main
npx -y wrangler pages deploy . --project-name=deriv-binary-static-pages --branch=main
echo "New website - http://cf-pages-deriv-binary-static.deriv.com"
shell: bash
2 changes: 1 addition & 1 deletion .github/actions/publish_to_pages_staging/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ runs:
- name: Publish to cloudflare pages (staging)
run: |-
cd dist
npx wrangler pages deploy . --project-name=deriv-binary-static-pages --branch=staging
npx -y wrangler pages deploy . --project-name=deriv-binary-static-pages --branch=staging
echo "New staging website - http://staging.cf-pages-deriv-binary-static.deriv.com"
shell: bash

0 comments on commit 0e0382e

Please sign in to comment.