1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 00:42:47 +00:00

server - add script to copy build to prod servers

This commit is contained in:
2018-01-27 18:22:39 +00:00
parent 8f711e7bb7
commit da738c5535

4
copy_build_prod.sh.template Executable file
View File

@@ -0,0 +1,4 @@
# 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