and deploy your app by prefixing a `gcloud app deploy` command with aedeploy, like
$ aedeploy gcloud preview app deploy ./app.yaml --set-default --version demo --docker-build=remote
It is good practice (though not required) to vendor your dependencies, since that keeps your dependencies stable. If you do, still use aedeploy.