Compare commits

...

2 commits

Author SHA1 Message Date
3385058fc9 discord_embed: Fix missing package
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2022-10-17 14:31:39 +00:00
6ae87b9c16 appveyor: Final cleanup 2022-10-17 14:19:33 +00:00
2 changed files with 5 additions and 8 deletions

View file

@ -36,12 +36,11 @@ build_script:
SUCCESS=1 SUCCESS=1
for f in *; do
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
echo "" echo ""
echo "------------------------------------" echo "------------------------------------"
echo "" echo ""
for f in *; do
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
echo "checking $f"; echo "checking $f";
cd $f cd $f
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)" 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 "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

View file

@ -1,6 +1,6 @@
{ {
"name": "discord_embed", "name": "discord_embed",
"version": "1.0.0", "version": "1.0.1",
"port": 4120, "port": 4120,
"description": "AV1 discord server embed helper", "description": "AV1 discord server embed helper",
"main": "index.js", "main": "index.js",
@ -40,6 +40,7 @@
"flaska": "^1.3.0", "flaska": "^1.3.0",
"formidable": "^1.2.6", "formidable": "^1.2.6",
"ioredis": "^5.2.3", "ioredis": "^5.2.3",
"msnodesqlv8": "^2.4.7",
"nconf-lite": "^2.0.0" "nconf-lite": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {