1.0.2 • Published 5 years ago

@vtex/s3-deploy v1.0.2

Weekly downloads
60
License
BSD-3-Clause
Repository
github
Last release
5 years ago

vtex-s3-deploy

npm package

Script for deploying a VTEX app into the AWS S3 Environment of VTEX.

This script was extracted from the @vtex/react-scripts repository.

Installation

Install via npm

npm install @vtex/s3-deploy --save-dev

Or yarn

yarn add @vtex/s3-deploy --dev

Usage

After installing, it is possible to run the vtex-s3-deploy which will automatically deploy the VTEX app to the S3 environment.

Example

You can define a script in the package.json file:

  "scripts": {
    ...
     "deploy": "cross-env NODE_ENV=production vtex-s3-deploy",
    ...
   }
1.0.2

5 years ago

1.0.1

5 years ago