Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 574 Bytes

docker-alpine-heroku-cli

Docker Automated build

Usage

CircleCI

# .circleci/config.yml
version: 2

jobs:
  deploy:
    docker:
      - image: atsnngs/alpine-heroku-cli:latest
    steps:
      - checkout
      - add_ssh_keys:
          fingerprints:
            - '4d:74:c3:f5:28:7d:ed:db:aa:b8:6c:7d:15:98:8a:5b'
      - run: /bin/sh /setup.sh
      - run: git push heroku master