Hi there,
I am generating a mock server in a build step on CircleCI using the swagger-codegen repo, changes to the API triggers a build that regenerates the mock server which I then wish to deploy.
I cannot find a way to specify what exactly CircleCI needs to deploy, I am able to specify build artifacts correctly but I cannot seem to deploy them like with other CI tools.
I would much rather use the Deploy to Heroku tab on the side than initialising a Heroku repository each time with the Heroku Toolbelt!
Many thanks
Alex