update for new AWS cloud server
This commit is contained in:
parent
b3ebe91f9c
commit
c2f8762d9f
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const API_BASE = `https://jessemcdonald.info/pacosako/api`;
|
const API_BASE = `https://pacosako.jessemcdonald.info/api`;
|
||||||
|
|
||||||
const SHORT_TIMEOUT = 5000/*ms*/;
|
const SHORT_TIMEOUT = 5000/*ms*/;
|
||||||
const LONG_TIMEOUT = 90000/*ms*/;
|
const LONG_TIMEOUT = 90000/*ms*/;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"dev-build": "webpack --mode=development"
|
"dev-build": "webpack --mode=development",
|
||||||
|
"deploy": "rsync --times --recursive --delete-after --verbose --progress dist/ pacosako-www@pacosako.jessemcdonald.info:/var/www/pacosako/"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue