Remove pre-deploy-local that was only necessary for rsync

This commit is contained in:
Leandro Facchinetti 2020-07-09 15:22:04 +01:00
parent 21a5d521a7
commit 0fd156cec5
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@
"path": "/root/www.kill-the-newsletter.com", "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)", "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", "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", "post-deploy": "env NODE_ENV=production npm ci && npx pm2 startOrRestart package.json && npx pm2 save",
"ssh_options": [ "ssh_options": [
"ForwardAgent=yes", "ForwardAgent=yes",