Skip to content

feat: Add Paladin wallet integration endpoint + webhook docs in index #18

feat: Add Paladin wallet integration endpoint + webhook docs in index

feat: Add Paladin wallet integration endpoint + webhook docs in index #18

Workflow file for this run

name: Deploy to Railway
on:
push:
branches: [main]
paths:
- 'api/**'
- 'railway.json'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Railway CLI
run: npm install -g @railway/cli
- name: Deploy to Railway
run: railway up --service agentbets-api
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}