1.0.9 • Published 6 years ago

static-deploy v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

deploy to public static bucket

conventionally we build our production code into dist directory and then deploy to public clound storage for usage of CDN.

s3 deploay

In your package.json

S_DIR is optional and default dist

{
  "scripts": {
    "deploy":
      "S_VENDOR=s3 S_REGION=region S_BUCKET=bucket S_AK=ak S_SK=sk S_DIR=dist static-deploy"
  }
}

alioss deploay

In your package.json

S_DIR is optional and default dist

{
  "scripts": {
    "deploy":
      "S_VENDOR=alioss S_REGION=region S_BUCKET=bucket S_AK=ak S_SK=sk S_DIR=dist static-deploy"
  }
}
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago