mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 01:05:07 +02:00
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
set -e
|
|
./build.sh
|
|
#scp -r build/* root@195.26.251.204:/srv/http/alex
|
|
rsync -avz build root@195.26.251.204:/srv/http/alex
|
|
#scp -r res/* root@195.26.251.204:/srv/http/alex/res
|