Anuj Kaushal

Posts Tagged / deployment

How to open server bash inside local shell script

July 26, 2020 | Bash, Blog | by anuj

Its always tricky to start deployment operation on local and perform few steps on server bash and i was looking for a way to write all local and server commands inside a single deployment file. Finally i was able to do that using following code. The trick is open and close “SSHBASH” every command inside […]