Skip to content

Commit f499ac3

Browse files
authored
add: Deploy to DigitalOcean button (#1)
* add: deploy to DigitalOcean
1 parent e8240a7 commit f499ac3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.do/deploy.template.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
spec:
2+
name: chatpad
3+
services:
4+
- name: chatpad
5+
git:
6+
branch: main
7+
repo_clone_url: https://github.com/deiucanta/chatpad.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.j
4747
<!-- Railway -->
4848
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Ak6DUw?referralCode=9M8r62)
4949

50-
50+
[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/deiucanta/chatpad/tree/main)
5151

5252

5353
## Give Feedback

0 commit comments

Comments
 (0)