File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - run : npm ci
2424 - run : npm run build
2525 # Deploy
26- - run : cd dist && rsync -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" --archive --compress --delete . wst@web-standards.ru:/var/www/weblind.ru/html/
26+ - run : rsync -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no" --archive --verbose --compress --delete --delete-excluded --exclude '.DS_Store' --copy-links . deploy@157.230.28.93:/opt/sites/weblind.ru/public/
27+ working-directory : ./dist
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments