Skip to content

Copy onto web server from local machine

Linux

2025-03-04

Copy directory

scp -r ./dist lighthouse@88.888.888.888:/home/lighthouse/mySite

Copy file

scp ./dist/index.html lighthouse@88.888.888.888:/home/lighthouse/mySite/a.html