Compare commits
2 commits
5c07b00f2d
...
3385058fc9
Author | SHA1 | Date | |
---|---|---|---|
3385058fc9 | |||
6ae87b9c16 |
2 changed files with 5 additions and 8 deletions
|
@ -36,12 +36,11 @@ build_script:
|
|||
|
||||
SUCCESS=1
|
||||
|
||||
for f in *; do
|
||||
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
||||
echo ""
|
||||
echo "------------------------------------"
|
||||
echo ""
|
||||
|
||||
for f in *; do
|
||||
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
||||
echo "checking $f";
|
||||
cd $f
|
||||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||
|
@ -104,9 +103,6 @@ build_script:
|
|||
echo "Deplying to production"
|
||||
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
|
||||
echo ""
|
||||
echo "------------------------------------"
|
||||
echo ""
|
||||
cd ..
|
||||
done
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord_embed",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"port": 4120,
|
||||
"description": "AV1 discord server embed helper",
|
||||
"main": "index.js",
|
||||
|
@ -40,6 +40,7 @@
|
|||
"flaska": "^1.3.0",
|
||||
"formidable": "^1.2.6",
|
||||
"ioredis": "^5.2.3",
|
||||
"msnodesqlv8": "^2.4.7",
|
||||
"nconf-lite": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue