deploy: Deploy to the new machine.
All checks were successful
/ deploy (push) Successful in -82h29m3s
All checks were successful
/ deploy (push) Successful in -82h29m3s
discord_embed: Update msnodesqlv8
This commit is contained in:
parent
aad55ae9f0
commit
324623d717
2 changed files with 4 additions and 4 deletions
|
@ -72,8 +72,8 @@ jobs:
|
|||
MAN_NAME=$(cat package.json | jq -r .name)
|
||||
|
||||
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 "curl -X POST http://192.168.93.51:$MAN_PORT/update/$MAN_NAME"
|
||||
curl -X POST http://192.168.93.51:$MAN_PORT/update/$MAN_NAME
|
||||
|
||||
cd ..
|
||||
done
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord_embed",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20",
|
||||
"port": 4120,
|
||||
"description": "AV1 discord server embed helper",
|
||||
"main": "index.js",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"flaska": "^1.3.4",
|
||||
"formidable": "^1.2.6",
|
||||
"ioredis": "^5.2.3",
|
||||
"msnodesqlv8": "^2.4.7",
|
||||
"msnodesqlv8": "^4.1.1",
|
||||
"nconf-lite": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue