Skip to content

chore: remove loading indicator faster #11

chore: remove loading indicator faster

chore: remove loading indicator faster #11

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
paths:
- 'docs/**'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Executing remote SSH commands using SSH key
uses: appleboy/ssh-action@v1.0.3
with:
username: ${{ secrets.USERNAME }}
host: ${{ secrets.HOST }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
cd /data/WebGL-Fluid-Enhanced
git pull
docker compose down
docker compose up -d --build