actions-marketplace-validations/Github action for deploy Vue app to Amazon s3 bucket 🗑
Easy way to build and upload distributibles 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 | — |
| APP_SOURCE_CODE | Source files location. Default: root directory. | no | ./ |
| BUILD_COMMAND | Command used to build your application. Ex: `npm run build` | no | production |
Outputs
no outputs