@vtex/s3-deploy
v1.0.2
Published
Deploy script for the VTEX AWS S3 Environment
Downloads
7
Maintainers
Keywords
Readme
vtex-s3-deploy
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",
...
}