koalaops/Determine Deploy Directory
Calculate deployment directory based on repository structure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_dir | Service directory | no | . |
| deployment_repo | Deployment repository (if different from current) | no | — |
| deployment_path | Path in deployment repository | no | — |
| environment | Environment/overlay name | yes | — |
| current_repo | Current repository (defaults to github.repository) | no | — |
Outputs
| name | description |
|---|---|
| deploy_dir | Full path to deployment overlay directory |
| is_custom_path | Whether using custom deployment path |
| base_dir | Base directory before overlay path |