fission-codes/Publish on Fission
Publish a folder to fission
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| machine_key | A base64 encoded machine key for deploying. | yes | — |
| app_url | The URL of an already fission app. | no | — |
| build_dir | The build output directory for fission publish. | no | . |
| workdir | Working directory where fission commands (publish) should run | no | . |
| remote | The remote environment to use for API calls. | no | — |
| verbose | Run fission CLI commands in verbose mode (good for debugging). | no | false |
| token | A Github access token. | no | ${{github.token}} |
Outputs
| name | description |
|---|---|
| app_url | App URL for the published app. |
| app_cid | App CID. |