We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update-server
deploy
1 parent 6cc1264 commit 3682223Copy full SHA for 3682223
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"start": "bash start.sh",
14
"update-local-db": "mongo crewing --eval 'db.dropDatabase();'; ssh cadus mongodump --db crewing --archive --gzip | mongorestore --archive --gzip",
15
- "update-server": "ssh cadus 'cd crewing && git pull && pm2 ls && pm2 reload crewing'",
+ "deploy": "ssh cadus 'cd crewing && git pull && pm2 ls && pm2 reload crewing'",
16
"lint": "eslint .",
17
"lint:fix": "eslint . --fix"
18
},
0 commit comments