diff --git a/bin/deploy b/bin/deploy index 844cf03..45d7cf2 100755 --- a/bin/deploy +++ b/bin/deploy @@ -1,7 +1,7 @@ #!/bin/bash set -eu -PROJECT_PATH=/var/www/neuf.no/edb +PROJECT_PATH=/var/www/neuf.no/edb/edb-www echo "Deploying bbs to ${PROJECT_PATH}" cd "$PROJECT_PATH" || exit 1