0.0.18 • Published 5 years ago

@steriley/s3-vue-deploy v0.0.18

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

S3 Asset Uploader

Enables you to quickly upload build assets to an S3 location.

Configuration Options

  • source default: dist - location where your files will be uploaded from
  • s3:location default: page/package-name - target location within the s3 bucket

Here is an example object in package.json

"deployment": {
  "source": "dist",
  "s3:location": "page/s3-vue-deploy"
}

Commands

Add S3 keys to your system, pass true to overwrite settings

$ release enviroment [true|false]

Print the code to be added to your page - outputs to console.

$ release code

Release development code to UAT

$ release uat

Release code to production

$ release live
0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago