Skip to content

Commit

Permalink
Merge pull request #98 from jkpe/main
Browse files Browse the repository at this point in the history
add: Deploy to DigitalOcean button
  • Loading branch information
Supernova3339 authored Feb 5, 2024
2 parents 9e64f19 + f499ac3 commit c2ddf29
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 @@ -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
Expand Down

0 comments on commit c2ddf29

Please sign in to comment.