Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codefresh.yml generator #1

Open
allanchau opened this issue Sep 5, 2017 · 2 comments
Open

Add codefresh.yml generator #1

allanchau opened this issue Sep 5, 2017 · 2 comments

Comments

@allanchau
Copy link
Member

allanchau commented Sep 5, 2017

The current codefresh process is a bit error prone.

We should be able to define a json file codefresh.json and have that generate the codefresh file using c codefresh init. Something like:

{
  "images": [
    { "account": "account", "container": "app" }
  ]
}
@smebberson
Copy link
Member

@allanchau, so using the images listed in codefresh.json, it would create a codefresh.yml file that automatically creates build steps and release steps (targeting all our environments) for each image?

@allanchau
Copy link
Member Author

Yeah exactly.

allanchau added a commit that referenced this issue Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants