dvelasquez/Github action for deploy a folder to Amazon s3 bucket 🗑
Easy way to build and upload distributable files of Vue application to amazon s3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | Amazon access key id | yes | — |
| AWS_SECRET_ACCESS_KEY | Amazon secret access key | yes | — |
| AWS_DEFAULT_REGION | Bucket region. (Ex: us-east-1) | yes | — |
| AWS_BUCKET_NAME | Aws bucket name | yes | — |
| BUCKET_PATH | Additional path where the files will be uploaded '/pr/84' | no | "" |
| DIST_LOCATION_CODE | Location of the dist files. Default: dist. | no | ./dist |
Outputs
no outputs