dashboard design is fixed

This commit is contained in:
NishantRajputRN
2026-06-04 10:32:23 +05:30
parent 16a7fba7cf
commit 533e2cd561
5 changed files with 222 additions and 172 deletions
+36
View File
@@ -0,0 +1,36 @@
# name: Deploy GenBi App
# on:
# push:
# branches:
# - main
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Code
# uses: actions/checkout@v3
# - name: Copy files to VPS
# uses: appleboy/scp-action@master
# with:
# host: 172.236.185.26
# username: root
# password: LinodeUser#26
# port: 22
# source: "./*"
# target: "/root/IR-Node-Setup"
# - name: Execute SSH Commands
# uses: appleboy/ssh-action@master
# with:
# host: 172.236.185.26
# username: root
# password: LinodeUser#26
# port: 22
# script: |
# cd /root/genbi-UI
# npm install
# npm run build
# sudo cp -r dist/* /var/www/react-app/