This commit is contained in:
xds
2025-10-31 17:46:35 +03:00
parent e83e3a2b65
commit cef82c483f
2 changed files with 10 additions and 1 deletions

9
deploy.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
./gradlew bootJar || exit 1
scp build/libs/*.jar root@213.226.71.138:/root/luminic/space/back/app.jar
ssh root@213.226.71.138 "
cd /root/luminic/space/back &&
docker compose up -d --build
"