Solved
AEM 6.4 Code deployment to Remote Server
If I have a remote server with AEM installed can I push my current code with something as simple as:
mvn clean install -PautoInstallDevPackage -U -Daem.host=test-author.dev.com -Daem.port=4502 -DUserName=admin-Dpassword=admin
Or do I need to use cURL? POM? I haven't been able to find much information on how I can push my local changes to a remove server for some reason.