Compare commits
No commits in common. "3385058fc9f6a12419b142bc67ee54e14ae0d89b" and "5c07b00f2d73da46371dae0a2c55d5315a5e7e81" have entirely different histories.
3385058fc9
...
5c07b00f2d
2 changed files with 8 additions and 5 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -35,12 +35,13 @@ build_script:
|
|||
echo "Finished installling curl and jq"
|
||||
|
||||
SUCCESS=1
|
||||
|
||||
echo ""
|
||||
echo "------------------------------------"
|
||||
echo ""
|
||||
|
||||
for f in *; do
|
||||
[ ! -d "$f" ] || [ -L "$f" ] || [ "$f" = "base" ] && continue;
|
||||
echo ""
|
||||
echo "------------------------------------"
|
||||
echo ""
|
||||
echo "checking $f";
|
||||
cd $f
|
||||
CURR_VER="$(cat package.json | jq -r .name)_v$(cat package.json | jq -r .version)"
|
||||
|
@ -103,6 +104,9 @@ 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.1",
|
||||
"version": "1.0.0",
|
||||
"port": 4120,
|
||||
"description": "AV1 discord server embed helper",
|
||||
"main": "index.js",
|
||||
|
@ -40,7 +40,6 @@
|
|||
"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