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
|
|
|
|
|
|
|
|
|
|
./configs/deployment/scripts/docker/clean.sh
|
|
|
|
|
|
|
|
|
|
./configs/deployment/scripts/build/api.sh
|
|
|
|
|
./configs/deployment/scripts/build/migrator.sh
|
|
|
|
|
./configs/deployment/scripts/build/ui.sh production
|