Skip to content

Update cd.yml

Update cd.yml #8

Workflow file for this run

name: Hostr CD
on:
push:
branches: ['develop']
pull_request:
branches: ['develop']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: CD
uses: actions/setup-go@v3
with:
go-version: '1.15'
- run: node -v
- run: npm install --global yarn
- run: go install github.com/studiokaiji/nostr-webhost/nostrh@latest
- run: yarn install --frozen-lockfile
- run: yarn build
- run: nostrh generate-key
- run: nostrh add-relay wss://r.hostr.cc
- run: pwd
- run: ls
- run: nostrh deploy /dist