DAVIAC-web/devdeploy.sh

4 lines
118 B
Bash
Executable File

#!/bin/bash
git push
ssh pwarren.id.au "cd /var/www/daviac && GIT_SSH_COMMAND='ssh -i ~/.ssh/daviac_deploy' git pull"