Hi! I’m trying to build a deployment with a Github...
# prefect-getting-started
i
Hi! I’m trying to build a deployment with a Github as a storage (just doing some POC).
prefect deployment build -ib process/default  -sb GitHub/github-credentials -q default flows/flow_dbt_cli_2.py:trigger_dbt_flow -t dbt_cli -n local-flows -a
I’ve also created a block using
GitHubCredentials
from
prefect_github.
What I’m doing wrong when creating a deployment?
1
a
I tried something similar, but looks like github isn't supported as a storage block - https://prefect-community.slack.com/archives/CL09KU1K7/p1677926221770929
actually I found a way to get this to work based on this tutorial -

https://www.youtube.com/watch?v=Nv1eD0VDedA

hopefully this helps you
🙌 2
i
@Albert Wong Thank you very much! It was helpful 🙂
👍 1