Upgraded handy-httpd to 7.7.0
This commit is contained in:
parent
706624b47b
commit
fe21e7ccef
|
@ -1,8 +1,12 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Build and deploy script for deploying this service to my VPS. Note that
|
||||||
|
# you'll need SSH authentication to run this.
|
||||||
|
# I just include it here for ease of use.
|
||||||
|
|
||||||
dub clean
|
dub clean
|
||||||
rm -f web-logbook
|
rm -f web-logbook
|
||||||
dub build --build=release
|
dub build --build=release --compiler=/opt/ldc2/ldc2-1.33.0-linux-x86_64/bin/ldc2
|
||||||
echo "Stopping web-logbook service."
|
echo "Stopping web-logbook service."
|
||||||
ssh -f root@andrewlalis.com 'systemctl stop web-logbook'
|
ssh -f root@andrewlalis.com 'systemctl stop web-logbook'
|
||||||
echo "Uploading new binary."
|
echo "Uploading new binary."
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -6,7 +6,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"d-properties": "~>1.0.4",
|
"d-properties": "~>1.0.4",
|
||||||
"d2sqlite3": "~>1.0.0",
|
"d2sqlite3": "~>1.0.0",
|
||||||
"handy-httpd": "~>7.6.4"
|
"handy-httpd": "~>7.7.0"
|
||||||
},
|
},
|
||||||
"subConfigurations": {
|
"subConfigurations": {
|
||||||
"d2sqlite3": "all-included"
|
"d2sqlite3": "all-included"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"versions": {
|
"versions": {
|
||||||
"d-properties": "1.0.4",
|
"d-properties": "1.0.4",
|
||||||
"d2sqlite3": "1.0.0",
|
"d2sqlite3": "1.0.0",
|
||||||
"handy-httpd": "7.6.4",
|
"handy-httpd": "7.7.0",
|
||||||
"httparsed": "1.2.1",
|
"httparsed": "1.2.1",
|
||||||
"slf4d": "2.4.2",
|
"slf4d": "2.4.2",
|
||||||
"streams": "3.5.0"
|
"streams": "3.5.0"
|
||||||
|
|
Loading…
Reference in New Issue