We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d500914 commit de59dd5Copy full SHA for de59dd5
graduated/heroku-deployer/step.yaml
@@ -1,7 +1,7 @@
1
kind: step-type
2
version: '1.0'
3
metadata:
4
- version: '1.0.1'
+ version: '1.0.2'
5
name: heroku-deployer
6
isPublic: true
7
description: Deploy to heroku via codefresh pipeline
@@ -69,7 +69,7 @@ spec:
69
steps:
70
herokuDeployer:
71
title: herokuDeployer
72
- image: quay.io/codefreshplugins/heroku-cli:alpine
+ image: quay.io/codefreshplugins/heroku-deployer:1.0.2
73
commands:
74
- printf "machine api.heroku.com\n login ${{EMAIL}}\n password ${{API_TOKEN}}\nmachine git.heroku.com\n login ${{EMAIL}}\n password ${{API_TOKEN}}\n" > ~/.netrc
75
- cd ${{CF_VOLUME_PATH}}/${{CF_REPO_NAME}}
0 commit comments