heroku-cli in a container, because you need it with GITLAB CI\CD.
812
RUN IT
docker run -it -e HEROKU_API_KEY=$HEROKU_API_KEY welikecode/heroku-cli /bin/bash
OR
docker-compose -f docker-compose.local.yml run heroku-cli [command] after you setup .env file (just copy .env.example to .env and add the key).
BUT WHY?!
We use GITLAB community edition and we are in love with it's CI\CD. See the examples folder from github.
Content type
Image
Digest
Size
154 MB
Last updated
over 4 years ago
docker pull welikecode/heroku-cli