DigitalOcean deploy button

This commit is contained in:
Michael Bumann 2023-12-09 20:34:56 +01:00
parent e085057ecd
commit 1552da7d63
3 changed files with 30 additions and 0 deletions

6
.do/app.yaml Normal file
View file

@ -0,0 +1,6 @@
name: nwc
services:
- name: web
github:
repo: getAlby/nostr-wallet-connect
branch: server-self-host

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

@ -0,0 +1,23 @@
spec:
name: nwc
services:
- name: web
git:
branch: server-self-host
repo_clone_url: https://github.com/getAlby/nostr-wallet-connect.git
envs:
- key: RELAY
value: "RELAY=wss://relay.getalby.com/v1"
scope: RUN_TIME
- key: LN_BACKEND_TYPE
value: BREEZ
scope: RUN_TIME
- key: COOKIE_SECRET
type: SECRET
scope: RUN_TIME
- key: GREENLIGHT_INVITE_CODE
type: SECRET
scope: RUN_TIME
- key: BREEZ_MNEMONIC
type: SECRET
scope: RUN_TIME

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: bin/main