4 lines
163 B
Bash
4 lines
163 B
Bash
# -*- mode: shell-script -*-
|
|
export DEPLOY_SSH_USER=insert-remote-username
|
|
export DEPLOY_SSH_HOST=insert-remote-hostname
|
|
export DEPLOY_SSH_PATH=insert-remote-path
|