Is it possible to deploy applications from marathon using git repository for source code and bash scripts to run instances? If yes how to handle authentication in such scenario?
Asked
Active
Viewed 63 times
1 Answers
0
Yes you can do that. See the docs around Authentication HTTP API Endpoint along with curl
or http
. Alternatively you can use dploy which comes with a push-to-deploy function.

Michael Hausenblas
- 13,162
- 4
- 52
- 66