chore: update server url
All checks were successful
Release / build_and_release (push) Successful in 1m4s

This commit is contained in:
SwiftHawk 2024-05-14 15:00:43 +05:00
parent 7f73e9718b
commit 56b137774d
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ jobs:
- name: Release Build
run: |
npm -g install cloudron-surfer
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server app.sigit.io dist/* /
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server sigit.io dist/* /

View File

@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://app.sigit.io/",
"homepage": "https://sigit.io/",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",