mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-04 00:59:50 +02:00
move deploy logic into main script
This commit is contained in:
parent
c16374a3f3
commit
f5b506165e
2 changed files with 7 additions and 4 deletions
|
@ -25,6 +25,12 @@ if [[ $? != 0 ]]; then
|
|||
exit 1
|
||||
else
|
||||
echo "format validation passed!"
|
||||
build.sh && deploy.sh
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "JSON build and deploy failed!"
|
||||
else
|
||||
echo "JSON build and deploy success!"
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "running link validation..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue