We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8494bdf commit 77cb8c5Copy full SHA for 77cb8c5
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"test": "ls dist",
6
"pretest": "npm run build",
7
"build": "gulp build",
8
- "deploy": "cd dist && rsync --archive --compress --delete . wst@web-standards.ru:/var/www/weblind.ru/html/"
+ "deploy": "rsync --archive --verbose --compress --delete --delete-excluded --exclude '.DS_Store' --copy-links ./dist/ deploy@157.230.28.93:/opt/sites/weblind.ru/public/"
9
},
10
"engines": {
11
"node": "20"
0 commit comments