From f499ac39dab6621ff7deef538c349ee3595f206c Mon Sep 17 00:00:00 2001 From: Jack Pearce <16779171+jkpe@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:45:02 +0100 Subject: [PATCH] add: Deploy to DigitalOcean button (#1) * add: deploy to DigitalOcean --- .do/deploy.template.yaml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .do/deploy.template.yaml 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