Compare commits

..

2 Commits

Author SHA1 Message Date
redglow 31dc117fb9 ci: vite.config.json => ts
Build and Deploy / Build and Upload (push) Successful in 1m38s
Build and Deploy / Upload (push) Successful in 8m30s
2026-06-23 14:34:44 +02:00
redglow c109a2f558 chore: updated run command 2026-06-23 14:34:34 +02:00
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -36,7 +36,7 @@ jobs:
public
src
tsconfig.json
vite.config.json
vite.config.ts
yarn.lock
Upload:
steps:
@@ -45,10 +45,6 @@ jobs:
with:
name: artifact
path: artifact
- name: Install rsync
run: |
apt-get update
apt-get -y install rsync
- name: Upload to server
run: |
mkdir -p ~/.ssh
+1 -1
View File
@@ -25,7 +25,7 @@ Compile:
Run:
```
NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owof-announcements/data.db UPLOADS_DIR=/opt/owof-announcements/uploads node /opt/owof-announcements/code/src/server/main.ts
NODE_ENV=production HTTP_PORT=1234 DATABASE_PATH=/opt/owofannouncements/data.db UPLOADS_DIR=/opt/owofannouncements/uploads node /opt/owofannouncements/server/src/server/main.ts
```
Copy to server: