appveyor: Separate each app
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
89ea760ce3
commit
5c07b00f2d
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,10 @@ build_script:
|
||||||
echo "Finished installling curl and jq"
|
echo "Finished installling curl and jq"
|
||||||
|
|
||||||
SUCCESS=1
|
SUCCESS=1
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "------------------------------------"
|
||||||
|
echo ""
|
||||||
|
|
||||||
for f in *; do
|
for f in *; do
|
||||||
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
||||||
|
@ -100,6 +104,9 @@ build_script:
|
||||||
echo "Deplying to production"
|
echo "Deplying to production"
|
||||||
echo "curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME"
|
echo "curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME"
|
||||||
curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME
|
curl -X POST http://192.168.93.50:$MAN_PORT/update/$MAN_NAME
|
||||||
|
echo ""
|
||||||
|
echo "------------------------------------"
|
||||||
|
echo ""
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue