2025-09-21 20:14:43 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
set -e
|
2025-08-31 17:02:28 +00:00
|
|
|
|
2025-09-21 20:14:43 +00:00
|
|
|
cd ~/kurs-platform
|
2025-11-03 11:25:05 +00:00
|
|
|
git restore ui/public/version.json 2>/dev/null || git checkout -- ui/public/version.json
|
2025-09-21 20:14:43 +00:00
|
|
|
|
|
|
|
|
./configs/deployment/scripts/build/api.sh
|
|
|
|
|
./configs/deployment/scripts/build/migrator.sh
|
|
|
|
|
./configs/deployment/scripts/build/ui.sh production
|