deployed
This commit is contained in:
parent
82aed0fdb6
commit
7cdb02b677
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
./k8s/deployed_config
|
@ -4,7 +4,7 @@ branch=${2:-main}
|
|||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
if [ ! -d "oc-k8s" ];
|
if [ ! -d "oc-k8s" ]; then
|
||||||
echo "Cloning repository: $repo_name"
|
echo "Cloning repository: $repo_name"
|
||||||
git clone "https://cloud.o-forge.io/core/oc-k8s.git"
|
git clone "https://cloud.o-forge.io/core/oc-k8s.git"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
@ -32,7 +32,7 @@ for i in "${REPOS[@]}"
|
|||||||
do
|
do
|
||||||
echo "Building $i"
|
echo "Building $i"
|
||||||
cd ./$i
|
cd ./$i
|
||||||
make dev &
|
make dev HOST="${2:-http://localhost:8000}" &
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user