From 27131dd4f55bffef543fad831eb28214df5defaf Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Fri, 18 May 2018 08:36:41 -0700 Subject: [PATCH] Fix deploy for website --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index bfff7d1..ed8d99a 100644 --- a/website/package.json +++ b/website/package.json @@ -62,7 +62,7 @@ "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", - "deploy": "rsync -vr -e ssh build/* ubuntu@gs-1:deighton-ar-website/", + "deploy": "rsync -vr -e ssh build/* $SNAP_DEPLOY_USER@$SNAP_DEPLOY_HOST:deighton-ar-website/", "lint": "eslint --ext .js --ext .jsx src/", "lint:fix": "eslint --ext .js --ext .jsx --fix src/" },