(Update) Update projet + todo
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-06-22 23:32:18 +02:00
parent ea71039071
commit 0c88206a23
20 changed files with 192 additions and 246 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ name: Deploy to VPS
on:
push:
branches: [main]
branches: [master]
workflow_dispatch:
concurrency:
@@ -23,7 +23,7 @@ jobs:
script: |
set -e
cd /var/www/highland
git pull origin main
git pull origin master
npm ci
npm run build
pm2 restart highland --update-env