xiongzhu 3 hónapja
szülő
commit
c1322663e9
3 módosított fájl, 2 hozzáadás és 3 törlés
  1. 1 1
      .env.production
  2. 1 1
      deploy.sh
  3. 0 1
      vite.config.js

+ 1 - 1
.env.production

@@ -1,3 +1,3 @@
-VITE_API_URL=https://web.dl-telegram.org/api
+VITE_API_URL=https://lurk2287.te1egraam.org/api
 
 VITE_QUICK_LOGIN_URL=

+ 1 - 1
deploy.sh

@@ -7,4 +7,4 @@ git pull origin main
 yarn install
 rm -rf dist/
 yarn build --mode production
-rsync --exclude='node_modules/' -ravzh --delete -e "ssh -i /Volumes/1TB-SSD/Key/aws6.pem -o StrictHostKeyChecking=no" ./dist/ admin@52.197.128.126:/var/www/tweb-admin/
+rsync --exclude='node_modules/' -ravzh --delete -e "ssh -o StrictHostKeyChecking=no" ./dist/ root@54.248.167.86:/var/www/tweb-admin/

+ 0 - 1
vite.config.js

@@ -9,7 +9,6 @@ import tailwindcss from '@tailwindcss/vite'
 // https://vite.dev/config/
 export default defineConfig({
   plugins: [vue(), vueJsx(), vueDevTools(), tailwindcss()],
-  base: '/admin/',
   server: {
     port: 5175
   },