Skip to content

Improve monitor UI loading and WebSocket status handling #22

Improve monitor UI loading and WebSocket status handling

Improve monitor UI loading and WebSocket status handling #22

Workflow file for this run

name: Deploy PulseGrid
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy on VPS
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
key: ${{ secrets.VPS_SSH_KEY }}
script: |
/home/gaspard/PulseGrid/deploy.sh