Conversation
huntharo
commented
Nov 29, 2021
- Here is a GitHub Actions example, if you are interested in providing the example
|
Thank you for the contribution. I think adding the Github Actions Example is a good idea. Just wondering how this would work exactly for someone who wants to use the Github Action to deploy into their own AWS Account. Would they need to fork the repo and manually configure a few settings? |
|
Note: this action is setup to build only but not deploy anything by default (so if run in We can comment out the on push / on pr triggers and make the action manually invokable using the I'd have to read up a bit on whether actions can be invoked in a fork using secrets in the fork... I think they can. This issue gives some examples of how to make the deploy step invoke only when the secret is populated (it does require reading the secret into an env var within the step): Here is what I did:
I may be able to change |
|
@huntharo have you gotten this to build on github actions? the build process seems to be redhat style (yum install..) and changing to apt-get and ubuntu style package names still gets tons of build errors. |
Yeah it built when I submitted this PR. I've built it a couple of times... you weren't able to build it work the workflow in this PR? |