Deploy by pushing to a deploy*
branch made simplier.
Run this command in your local git repository directory:
npx branch-deploy
It will then find all branches named deploy*
and let you choose which one to push to. It is usually useful if you have a CI that builds/deploys your project on push to that branch.
npx branch-deploy --help
npx branch-deploy --all
npx branch-deploy --target deploy/production
npx branch-deploy --target "deploy/*/beta"
npx branch-deploy --prefix staging
npx branch-deploy --source 52ca70ea2076bd17aa93a5efceeda3a2834db801
npx branch-deploy --remote not-origin
npx branch-deploy --force
npx branch-deploy --force-with-lease