diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml new file mode 100644 index 0000000..719be12 --- /dev/null +++ b/.do/deploy.template.yaml @@ -0,0 +1,7 @@ +spec: + name: chatpad + services: + - name: chatpad + git: + branch: main + repo_clone_url: https://github.com/deiucanta/chatpad.git diff --git a/README.md b/README.md index 50c55c1..19833ec 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.j [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Ak6DUw?referralCode=9M8r62) - +[![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) ## Give Feedback