You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,14 @@ Whether you're building a gaming community, developer forum, or general discussi
27
27
28
28
> ⚠️ **Early Development**: Anzu is in active development. While functional, the API and features may change significantly.
29
29
30
+
## 🚀 Deploy to DigitalOcean
31
+
32
+
You can deploy Anzu to the DigitalOcean App Platform with a single click.
33
+
34
+
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/tryanzu/anzu/tree/main)
35
+
36
+
After deployment, you will need to configure the environment variables in the DigitalOcean App Platform dashboard. See the [Environment Variables](#-environment-variables) section below for more details.
37
+
30
38
## 🛠️ Tech Stack
31
39
32
40
-**Backend**: [Go 1.23+](https://golang.org/) with dependency injection
@@ -186,6 +194,31 @@ We appreciate your help in making Anzu better! If you have questions, feel free
186
194
-**Discussions**: Join community discussions and get help
187
195
-**Wiki**: Additional documentation and guides (coming soon)
188
196
197
+
### Environment Variables
198
+
199
+
When deploying to DigitalOcean, you will need to configure the following environment variables in the App Platform dashboard.
0 commit comments