update for new AWS cloud server

This commit is contained in:
Jesse D. McDonald 2020-05-01 02:56:13 -05:00
parent b3ebe91f9c
commit c2f8762d9f
2 changed files with 3 additions and 2 deletions

View File

@ -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*/;

View File

@ -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",