diff --git a/devdeploy.sh b/devdeploy.sh index df1efaf..1c2d992 100755 --- a/devdeploy.sh +++ b/devdeploy.sh @@ -1,3 +1,3 @@ #!/bin/bash -ssh pwarren.id.au "cd /var/www/daviac && git pull" +ssh pwarren.id.au "cd /var/www/daviac && GIT_SSH_COMMAND='ssh -i ~/.ssh/daviac_deploy' git pull" diff --git a/sidebar.php b/sidebar.php index 98ed814..63d62be 100644 --- a/sidebar.php +++ b/sidebar.php @@ -22,7 +22,7 @@

Programmin

  • Hillbilly1 Assembler
  • -
  • Adding 2 16 bit numbers
  • +
  • Adding 2 16 bit numbers