https://prefect.io logo
Title
m

Maikel Penz

04/27/2021, 9:18 PM
Hey people ! I created a Github repository that automates the AWS infrastructure deployment and Agent spin through Github Actions. I’ve also put a GH action in place to register workflows from other repositories. Check my article to learn more about it. https://towardsdatascience.com/introducing-a-dataflow-management-system-backed-up-by-prefect-aws-and-github-actions-3f8c0eef2eb2
🚀 24
:marvin: 13
👏 5
f

Fina Silva-Santisteban

05/10/2021, 10:54 PM
@Maikel Penz this is good stuff! I’ve checked out your article and repo and it says that you’ve built your own github action for flow registration
uses: maikelpenz/dataflow-automation-infra/prefect_setup/prefect_register@github_action_test
. I can’t seen to be able to find it on github marketplace, could you please post a link to it ?
m

Maikel Penz

05/11/2021, 11:02 PM
Hi @Fina Silva-Santisteban! Thanks for the feedback oh I thought that by adding it to the repo would make it available through the marketplace. I just had a quick look and even though I haven't published it to the marketplace, you can still use it if you fork the repo. Follow the instructions on the README file or just look at this example. If you fork the infra repo under your GH account and create a new workflow repo you will reference it like this:
<YOUR GITHUB USER>/dataflow-automation-infra/prefect_setup/prefect_register@github_action_test
🙌 1
f

Fina Silva-Santisteban

05/12/2021, 3:55 PM
Ah got it!! Thanks so much @Maikel Penz!