Upgraded slf4d, improved deploy script.
This commit is contained in:
parent
1c263e2049
commit
b2f7879472
|
@ -2,5 +2,9 @@
|
|||
|
||||
dub clean
|
||||
dub build --build=release
|
||||
echo "Stopping CSGS service."
|
||||
ssh -f root@134.209.223.55 'systemctl stop csgs'
|
||||
echo "Uploading new binary."
|
||||
scp create-schematic-gen-site root@134.209.223.55:/opt/create-schematic-gen-site/
|
||||
ssh -f root@134.209.223.55 'systemctl restart csgs'
|
||||
echo "Starting CSGS service."
|
||||
ssh -f root@134.209.223.55 'systemctl start csgs'
|
||||
|
|
2
dub.json
2
dub.json
|
@ -5,7 +5,7 @@
|
|||
"copyright": "Copyright © 2023, Andrew Lalis",
|
||||
"dependencies": {
|
||||
"handy-httpd": "~>7.6.3",
|
||||
"slf4d": "~>2.4.1"
|
||||
"slf4d": "~>2.4.2"
|
||||
},
|
||||
"description": "HTTP server for generating schematic materials lists.",
|
||||
"license": "proprietary",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"versions": {
|
||||
"handy-httpd": "7.6.3",
|
||||
"httparsed": "1.2.1",
|
||||
"slf4d": "2.4.1",
|
||||
"slf4d": "2.4.2",
|
||||
"streams": "3.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue