feat: first commit

This commit is contained in:
zver 2024-06-25 00:45:29 +01:00
commit caf34874fc
2 changed files with 41 additions and 0 deletions

View 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
View 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"
]
}
}