heyputer/Puter Subdomain Deploy
Deploy files from a repository path to Puter FS and bind/update a Puter subdomain.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| subdomain | Subdomain to deploy (e.g. my-site or my-site.puter.site). | yes | — |
| puter_path | Destination directory path in Puter FS. | yes | — |
| puter_token | Puter auth token. Pass from GitHub secrets. | yes | — |
| source_path | Local path in the checked out repository to deploy. | no | . |
| include_hidden | Whether to include hidden files/directories (dotfiles). | no | false |
| concurrency | Number of concurrent uploads. | no | 8 |
Outputs
| name | description |
|---|---|
| deployed_files | Total files uploaded. |
| deployment_url | Resolved site URL. |
| binding_action | Subdomain binding result: created, updated, or unchanged. |