Skip to content

feat: Add more error handling for RegistrationHandler. #16

feat: Add more error handling for RegistrationHandler.

feat: Add more error handling for RegistrationHandler. #16

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: SSH Remote Commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.SSH_KEY }}
script: sh ./update_backend.sh