9 lines
184 B
Bash
9 lines
184 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
cd ~/sozsoft-platform
|
||
|
|
|
||
|
|
./configs/deployment/scripts/build/api.sh
|
||
|
|
./configs/deployment/scripts/build/migrator.sh
|
||
|
|
./configs/deployment/scripts/build/ui.sh production
|