Skip to content

docs: document A2A authentication and REST API #23

docs: document A2A authentication and REST API

docs: document A2A authentication and REST API #23

Workflow file for this run

name: Deploy
on:
push:
branches: [main, dev]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_DEPLOY_KEY }}
script: ${{ github.ref_name == 'main' && 'light-process' || 'light-process-test' }}