Merge pull request #98 from jkpe/main

add: Deploy to DigitalOcean button
This commit is contained in:
SuperDev 2024-02-04 19:04:16 -06:00 committed by GitHub
commit c2ddf2996b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -49,7 +49,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