bpa-azure-test

0.0.4 • Public • Published

bpa-azure

This project contains scripts for tasks in Azure.

Getting Started

To start using this project in your own:

  1. Use npm install --save bpa-azure to install this project.
  2. Copy the .env.sample file to .env.dev and .env.prod.
  3. Make sure your .gitignore contains .env.dev and .env.prod. There will be sensitive data present that should not be commited to a repository.
  4. Fill out the variables in the .env.dev and .env.prod to match your deploy environments.
  5. Add scripts in the package.json for deploying in dev and prod, such as:
"scripts": {
  "deploy": "bpa-azure deploy",
  "deploy:prod": "bpa-azure deploy --prod"
}
  1. Running npm run deploy or npm run deploy:prod should now compress and deploy the file(s) targeted in .env.dev or .env.prod.

Commands

The following commands are available:

  • deploy
    • Compress and deploy a file or files in a folder to Azure Blob Storage

Readme

Keywords

none

Package Sidebar

Install

npm i bpa-azure-test

Weekly Downloads

0

Version

0.0.4

License

ISC

Unpacked Size

9.8 kB

Total Files

22

Last publish

Collaborators

  • vollmerr