Skip to content

Commit 85e4b70

Browse files
committed
feat(chocolatey): update package metadata with improved description and tags
1 parent 4b5827c commit 85e4b70

1 file changed

Lines changed: 12 additions & 29 deletions

File tree

.goreleaser.yml

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -86,34 +86,20 @@ chocolateys:
8686
copyright: 2025 Emmanuel Madehin
8787
license_url: "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/{{ .Tag }}/LICENSE"
8888
project_source_url: https://github.com/dployr-io/dployr
89-
tags: "deployment devops server management deployer"
90-
summary: "Your app, your server, your rules!"
89+
tags: "deployment cli devops self-hosted nodejs python go php ruby"
90+
summary: "Ship apps, not infrastructure."
9191
description: |
92-
Dployr turns any machine into your personal deployment platform. Deploy applications from Git repositories or Docker images with automatic reverse proxy, SSL certificates, and service management.
92+
dployr gives you a real server the moment you sign up. Deploy your apps from the CLI, GitHub Actions, or the dashboard. No SSH, no config files, no waiting.
9393
94-
Features
95-
**Multi-runtime support** for Node.js, Python, Go, PHP, Ruby, .NET, Java, Docker and static sites
96-
**Git-based deployments** with automatic builds from repositories
97-
**Automatic HTTPS** via integrated Caddy reverse proxy with Let's Encrypt
98-
**Service management** with automatic Windows service creation via NSSM
99-
**REST API and CLI** for automation and CI/CD integration
100-
**Real-time log streaming** and deployment monitoring
101-
**Domain management** with automatic SSL certificate provisioning
102-
**Cross-platform** support for Windows, Linux, and macOS
94+
Deploy from a git repository or a Docker image. dployr builds your code, starts the service, handles HTTPS, and streams logs back in real time.
10395
104-
Package Components
105-
`dployr.exe` - Command-line interface for deployment management
106-
`dployrd.exe` - Background daemon service
107-
Automatic installation of Caddy (reverse proxy) and NSSM (service manager)
96+
Runtimes: Node.js, Python, Go, PHP, Ruby, .NET, Java, Static, Docker.
10897
109-
Notes
110-
This package automatically installs and configures Caddy and NSSM as dependencies
111-
The daemon will be installed as a Windows service named 'dployrd'
112-
Default configuration listens on port 8080
113-
Requires administrator privileges for service installation
114-
dependencies:
115-
- id: caddy
116-
- id: nssm
98+
On Hobby and Indie plans, dployr manages the server for you. On Pro, connect your own VPS from any provider.
99+
100+
Package contents
101+
dployr.exe - CLI for managing deployments, services, logs, and clusters
102+
dployrd.exe - Daemon that runs on your server and executes deploy instructions
117103
source_repo: "https://push.chocolatey.org/"
118104

119105
# macOS installer with Homebrew
@@ -123,7 +109,7 @@ brews:
123109
owner: dployr-io
124110
name: homebrew-dployr
125111
homepage: https://github.com/dployr-io/homebrew-dployr
126-
description: "Your app, your server, your rules!"
112+
description: "Ship apps, not infrastructure!"
127113
license: Apache License, Version 2.0
128114
dependencies:
129115
- name: caddy
@@ -140,11 +126,8 @@ scoops:
140126
owner: dployr-io
141127
name: scoop-dployr
142128
homepage: https://github.com/dployr-io/scoop-dployr
143-
description: "Your app, your server, your rules!"
129+
description: "Ship apps, not infrastructure!"
144130
license: Apache License, Version 2.0
145-
depends:
146-
- "caddy"
147-
- "nssm"
148131

149132
release:
150133
github:

0 commit comments

Comments
 (0)