1

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?

t6nand
  • 710
  • 1
  • 8
  • 20

1 Answers1

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