mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-09 16:42:49 +00:00
5 lines
165 B
Plaintext
Executable File
5 lines
165 B
Plaintext
Executable File
# this script is to copy the built project to a production server
|
|
scp -i prod_ssh_key -r ./_build root@<ip>:/home
|
|
scp -i prod_ssh_key ./run_prod.sh root@<ip>:/home
|
|
|