first commit
Some checks failed
Deploy to Private Server / deploy (push) Has been cancelled

This commit is contained in:
2025-12-23 13:49:21 +07:00
commit 334a82ac52
19 changed files with 4865 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: Deploy to Private Server
on:
push:
branches: [ "main" ]
jobs:
deploy:
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install deps
run: npm ci
- name: Build
run: npm run build
- name: Deploy
run: |
rm -rf /var/www/app/vite-app/timelapse-calc
cp -r dist/* /var/www/app/vite-app/timelapse-calc