remove the password from the windows deploy scripts. and to the aspiring hax0rs: i changed it on the server as well.
This commit is contained in:
parent
fd1b6cf482
commit
60f27ccf44
|
@ -1,2 +1,2 @@
|
|||
call archive.bat
|
||||
call upload.bat
|
||||
call upload.bat %1
|
|
@ -1,2 +1,2 @@
|
|||
pscp -pw zzzap333 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip
|
||||
pscp -pw zzzap333 luapack.zip fceux@www.pi-r-squared.com:web/luapack/luapack.zip
|
||||
pscp -pw %1 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip
|
||||
pscp -pw %1 luapack.zip fceux@www.pi-r-squared.com:web/luapack/luapack.zip
|
Loading…
Reference in New Issue