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

Decodable GH actions example #23

Merged
merged 7 commits into from
Sep 24, 2024
Merged

Decodable GH actions example #23

merged 7 commits into from
Sep 24, 2024

Conversation

rmoff
Copy link
Contributor

@rmoff rmoff commented Sep 11, 2024

Accompanying example for docs update in DE-7181.

An example of how you can integrate Decodable with your CICD workflow using GitHub Actions.

@rmoff rmoff changed the title CICD WIP Decodable CI/CD example Sep 12, 2024
@rmoff rmoff changed the title Decodable CI/CD example Decodable GH actions example Sep 12, 2024
@rmoff rmoff marked this pull request as ready for review September 12, 2024 09:20
Copy link
Contributor

@gunnarmorling gunnarmorling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Is there a blog post coming on this topic, too? I vaguely remember we spoke about it at some point.

EOF

- name: Apply all Decodable resources
run: decodable apply $(find declarative-cicd -name '*.yaml')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity: is there any specific reason for splitting up the resources into multiple files and then use find to collect them, over having everything in a single resource file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can imagine in real life people may well use files and folders as ways to organise projects and resources. It'd make git diff etc a lot easier, for one thing.

@rmoff rmoff merged commit da1371a into main Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants