Enable Hooks during the "deployment flow" #772
mirisbowring
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
|
The doco-cd container does not provide a shell or any binaries/commands that are not strictly necessary to run the application. Custom shell scripts are therefore out of question. What I can implement however is a verification of the commit that will be deployed, similiar to the |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Update: Hi, I documented some possible solutions for pre-/post-deployment scripts here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a very specific usecase but maybe this can be implemented in a more generous way.
I have my "IaC" on GitHub (in a private repo). I am signing all my stuff with pgp. I don't trust GitHub.
Therefor i would like to be able to verify the integrity (via signature verification). There are multiple ways, depending on the attack vector like just git verifiy-signature or https://github.com/YubicoLabs/gitbark or anything else.
So my Proposal is to have an option to configure a "post pull hook" or something that can execute a script / code to do something and maybe fail and therefor prevent the deployments.
Beta Was this translation helpful? Give feedback.
All reactions