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:
4
copy_build_prod.sh.template
Executable file
4
copy_build_prod.sh.template
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user