Skip to content

Commit

Permalink
add: Deploy to DigitalOcean button (#1)
Browse files Browse the repository at this point in the history
* add: deploy to DigitalOcean
  • Loading branch information
jkpe authored Oct 28, 2023
1 parent e8240a7 commit f499ac3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
spec:
name: chatpad
services:
- name: chatpad
git:
branch: main
repo_clone_url: https://github.com/deiucanta/chatpad.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f499ac3

Please sign in to comment.