aziontech/Azion Action Deploy
This GitHub Action automates the deployment of edge applications on Azion's platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| applicationName | Application Name | no | — |
| azionPersonalToken | Azion Personal Token | yes | — |
| functionArgsFilePath | Path function args file ex: args.json | no | args.json |
| buildPreset | build Preset | yes | — |
| buildMode | build Mode | no | deliver |
| buildEntry | build Entry - if buildMode compute | no | ./main.js |
| edgeModuleAcceleration | enable module acceleration | no | false |
| scriptEnv | script environment (stage | production) | no | production |
Outputs
| name | description |
|---|---|
| applicationId | Return application id |
| domainUrl | Return edge domain url |