https://github.com/codacy/ci-do
https://github.com/codacy/ci-do
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codacy/ci-do
- Owner: codacy
- Created: 2019-05-23T16:27:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-17T11:29:06.000Z (3 months ago)
- Last Synced: 2026-02-07T21:48:28.749Z (about 1 month ago)
- Language: Dockerfile
- Size: 64.5 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ci-do
[](https://www.codacy.com/gh/codacy/ci-do?utm_source=github.com&utm_medium=referral&utm_content=codacy/ci-do&utm_campaign=Badge_Grade)
[](https://microbadger.com/images/codacy/ci-do "Get your own version badge on microbadger.com")
Docker image to be used in Continuous Integration environments such as CircleCI, with tools to interact with Digital Ocean
## Usage
### CircleCI
Use this image directly on CircleCI for simple steps
```yaml
version: 2
jobs:
build:
docker:
- image: codacy:ci-do:1.0.0
steps:
- checkout
- setup_credentials:
command: doctl auth init -t $TOKEN &>/dev/null
```