actions-marketplace-validations/DECAF Webapps Deployment
Deploys DECAF Web Apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 17, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/teloscube_decaf-webapps-deployment-action@92b0cec0f82e33591dd08c23a6d5a717dc8e9ecf # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name | Name of the application and also the folder name where the application is located remotely | yes | — |
| production | Production environment | no | — |
| staging | Staging environment | no | — |
| preview | Deployment from Pull Request | no | — |
| version | Deployment from a tag or version | no | — |
| deployment_domain | Domain of the app URL. Default is sandbox.dev.decafhub.com | no | sandbox.dev.decafhub.com |
| remote_host | The remote host | yes | — |
| remote_user | The remote user | yes | — |
| remote_key | The remote key | yes | — |
| remote_port | The remote port | no | 22 |
| sentry_org | The sentry organization | no | — |
| sentry_project | The sentry project | no | — |
| sentry_token | The sentry token to upload the sourcemaps | no | — |
| build_folder | The build folder | no | build |
Outputs
no outputs