Skip to content

Merge pull request #19 from slowbato/feature/anthropic-backend #22

Merge pull request #19 from slowbato/feature/anthropic-backend

Merge pull request #19 from slowbato/feature/anthropic-backend #22

Workflow file for this run

name: Publish To Technologic Site
on:
push:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Build site
run: pnpm run build
- name: Copying to technologic.xpress.ai
run: rsync -r -v build/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/technologic.xpress.ai/