add: Deploy to DigitalOcean button (#1)

* add: deploy to DigitalOcean
This commit is contained in:
Jack Pearce 2023-10-28 12:45:02 +01:00 committed by GitHub
parent e8240a7bef
commit f499ac39da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
.do/deploy.template.yaml Normal file
View file

@ -0,0 +1,7 @@
spec:
name: chatpad
services:
- name: chatpad
git:
branch: main
repo_clone_url: https://github.com/deiucanta/chatpad.git

View file

@ -47,7 +47,7 @@ docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.j
<!-- Railway -->
[![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