DAVIAC-web/devdeploy.sh

4 lines
118 B
Bash
Raw Normal View History

2024-02-23 21:44:29 +11:00
#!/bin/bash
2024-02-24 20:35:46 +11:00
git push
2024-02-23 21:51:48 +11:00
ssh pwarren.id.au "cd /var/www/daviac && GIT_SSH_COMMAND='ssh -i ~/.ssh/daviac_deploy' git pull"