Skip to content

Commit 3682223

Browse files
committed
update-server zu deploy umbenannt
1 parent 6cc1264 commit 3682223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"start": "bash start.sh",
1414
"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'",
15+
"deploy": "ssh cadus 'cd crewing && git pull && pm2 ls && pm2 reload crewing'",
1616
"lint": "eslint .",
1717
"lint:fix": "eslint . --fix"
1818
},

0 commit comments

Comments
 (0)