From 0fd156cec5524eb1847f97614a2f9fbe8a9ffce0 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Thu, 9 Jul 2020 15:22:04 +0100 Subject: [PATCH] Remove pre-deploy-local that was only necessary for rsync --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e17f875..1564abc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,6 @@ "path": "/root/www.kill-the-newsletter.com", "pre-setup": "(curl -sL https://deb.nodesource.com/setup_14.x | bash -) && apt install -y nodejs build-essential && (ssh -o StrictHostKeyChecking=no git@github.com || true)", "post-setup": "env NODE_ENV=production npm ci && npx pm2 startup", - "pre-deploy-local": "(ssh -o StrictHostKeyChecking=no root@kill-the-newsletter.com || true)", "post-deploy": "env NODE_ENV=production npm ci && npx pm2 startOrRestart package.json && npx pm2 save", "ssh_options": [ "ForwardAgent=yes",