feat: first commit
This commit is contained in:
commit
caf34874fc
25
.gitea/workflows/release-production.yaml
Normal file
25
.gitea/workflows/release-production.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Release to Production
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_and_release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
|
|
||||||
|
- name: Release Build
|
||||||
|
run: |
|
||||||
|
npm -g install cloudron-surfer
|
||||||
|
surfer config --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server pleb.church
|
||||||
|
surfer put .well-known / --all
|
16
.well-known/nostr.json
Normal file
16
.well-known/nostr.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"names": {
|
||||||
|
"_": "d83b5ef189df7e884627294b752969547814c3cfe38995cf207c040e03bbe7a4",
|
||||||
|
"joe": "d83b5ef189df7e884627294b752969547814c3cfe38995cf207c040e03bbe7a4"
|
||||||
|
},
|
||||||
|
"relays": {
|
||||||
|
"d83b5ef189df7e884627294b752969547814c3cfe38995cf207c040e03bbe7a4": [
|
||||||
|
"wss://nostr.bitcoiner.social",
|
||||||
|
"wss://relay.nostr.bg",
|
||||||
|
"wss://nostr.orangepill.dev",
|
||||||
|
"wss://relay.damus.io",
|
||||||
|
"wss://nostr.oxtr.dev",
|
||||||
|
"wss://nos.lol"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user