gbclient/.forgejo/workflows/node.yaml
Rodrigo Rodriguez (Pragmatismo) 22eaff3899
Some checks failed
GBCI / build (push) Failing after 33s
feat: add LiveKit styles and enhance meeting page UI with improved layout and components
2025-04-27 09:25:48 -03:00

33 lines
No EOL
670 B
YAML

name: GBCI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: gbo
steps:
- name: Disable SSL verification (temporary)
run: git config --global http.sslVerify false
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies and build
run: |
pnpm i
pnpm run build
- name: Deploy to production
run: |
sudo rm -rf /opt/gbo/websites/next.generalbots.online/*
sudo cp -r ./out/. /opt/gbo/websites/next.generalbots.online/