apparently I do it backwards, use vscode for git and aliases for "ci"
alias authdeploy='cd ~/auth && git pull && cd client && npm run build && cd .. && sudo systemctl restart auth'