ofkm/Deploy Caddyfile
Deploy a Caddyfile to a remote server and restart the Caddy container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SSH host address | yes | — |
| port | SSH port number | — | 22 |
| key | SSH private key | yes | — |
| username | SSH username | yes | — |
| source_file | Path to the Caddyfile to deploy | yes | — |
| destination_folder | Destination folder on the remote host | yes | — |
| container_name | Name of the Caddy docker container to restart | yes | — |
| chown_volumes | JSON-style array of Docker volume names to recursively chown before restarting the container | no | [] |
| chown_uid | Numeric UID to apply when chowning Docker volumes | no | — |
| chown_gid | Numeric GID to apply when chowning Docker volumes | no | — |
Outputs
no outputs