Initial commit: abyssVpn project
- Tauri desktop app (apps/desktop) - Python Django API service (services/api) - Deployment scripts and docs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
setlocal
|
||||
call "%~dp0config.bat"
|
||||
|
||||
echo [AbyssInfo] Configuring Django API .env ...
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\configure_api_env.ps1" ^
|
||||
-ServerHost "%SERVER_HOST%" ^
|
||||
-ServerUser "%SERVER_USER%" ^
|
||||
-SshKey "%SSH_KEY%" ^
|
||||
-ProjectRoot "%~dp0.."
|
||||
|
||||
if errorlevel 1 (
|
||||
echo [AbyssInfo] Django API .env configuration failed.
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo [AbyssInfo] Django API .env configured.
|
||||
Reference in New Issue
Block a user