testing.chordquest.io — scratch hosting for the team. Publish a directory: rsync -av --delete --chmod=D2775,F664 ./dist/ USER@telegonus.chordquest.io:/srv/www/NAME/ -> https://NAME.testing.chordquest.io Keep the --chmod. rsync -a copies your LOCAL permissions, so a 0700 build directory on your laptop lands here as 0700 and every page is 403. Push a repo for review: ssh USER@telegonus.chordquest.io 'mkdir -p /srv/git/USER && git init --bare /srv/git/USER/REPO.git' git remote add origin USER@telegonus.chordquest.io:/srv/git/USER/REPO.git git push origin master Your SSH key is the one on your ChordQuest account at https://idm.chordquest.io — the same key works for ssh, rsync and git. Nothing else to set up. Everything here is PUBLIC and unversioned. Not a backup, not production.