mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
Merge pull request #98 from jkpe/main
add: Deploy to DigitalOcean button
This commit is contained in:
commit
c2ddf2996b
2 changed files with 8 additions and 1 deletions
7
.do/deploy.template.yaml
Normal file
7
.do/deploy.template.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
spec:
|
||||
name: chatpad
|
||||
services:
|
||||
- name: chatpad
|
||||
git:
|
||||
branch: main
|
||||
repo_clone_url: https://github.com/deiucanta/chatpad.git
|
||||
|
|
@ -49,7 +49,7 @@ docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.j
|
|||
<!-- Railway -->
|
||||
[](https://railway.app/template/Ak6DUw?referralCode=9M8r62)
|
||||
|
||||
|
||||
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/deiucanta/chatpad/tree/main)
|
||||
|
||||
|
||||
## Give Feedback
|
||||
|
|
|
|||
Loading…
Reference in a new issue