Skip to content

chore(deps): bump the production-minor group with 3 updates #208

chore(deps): bump the production-minor group with 3 updates

chore(deps): bump the production-minor group with 3 updates #208

Workflow file for this run

name: CI
on:
push:
branches: [main, dev, 'feat/**', 'fix/**', 'chore/**']
pull_request:
branches: [main, dev]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm test
integration:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- name: Run integration tests (Lightning + Cashu)
run: npm run test:integration
deploy-jokes:
needs: integration
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Deploy sats-for-laughs to jokes.trotters.dev
uses: appleboy/ssh-action@v1
with:
host: 95.217.39.110
username: deploy
key: ${{ secrets.DEPLOY_SSH_KEY }}
script: /opt/sats-for-laughs/deploy.sh