4 lines
114 B
Bash
Executable file
4 lines
114 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
ssh "$TREEHOUSE_SERVER" -p "$TREEHOUSE_SERVER_PORT" "bash" "~/repo/admin/daemon/deploy.bash"
|