mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
3 lines
163 B
Bash
Executable File
3 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
ssh -A -p 2222 username@MY_IP_ADDRESS -t "cd myApplicationFolder; git fetch --all; git checkout --force production; git pull origin production --force"
|