Skip to content

Commit 77cb8c5

Browse files
committed
Обновляет деплой
1 parent 8494bdf commit 77cb8c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "ls dist",
66
"pretest": "npm run build",
77
"build": "gulp build",
8-
"deploy": "cd dist && rsync --archive --compress --delete . wst@web-standards.ru:/var/www/weblind.ru/html/"
8+
"deploy": "rsync --archive --verbose --compress --delete --delete-excluded --exclude '.DS_Store' --copy-links ./dist/ deploy@157.230.28.93:/opt/sites/weblind.ru/public/"
99
},
1010
"engines": {
1111
"node": "20"

0 commit comments

Comments
 (0)