#npm install wrangler --save-dev
#npx wrangler login
#npx wrangler pages project list

## https://notes1982.pages.dev/
#npx wrangler pages deploy <BUILD_OUTPUT_DIRECTORY> [OPTIONS]

#npx wrangler pages deploy site_mtinitiative --project-name=notes1982 --branch=production 

npx wrangler pages deploy site_mtinitiative  \
   --project-name=notes1982 --branch=main --commit-dirty=1 

#npx wrangler pages deployment list 

