Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
s
Sangeetha Sivalingam
12/04/2022, 9:15 AM
I am trying to deploy flows to prefect cloud using github actions, is there a way to non interactively select the worskpace after you login.
a
Anna Geller
12/04/2022, 9:36 AM
Yes. The easiest is to manually set the PREFECT_API_URL and PREFECT_API_KEY but you can also do
prefect cloud workspace set --workspace "annaprefect/dev"
👍 1
s
Sangeetha Sivalingam
12/04/2022, 11:09 AM
Thanks it is working.
🙌 1
prefect deployment build ./deployment.py:flow_2hr_comm1 -n "rad_com_test_flow" -sb github/test -t github -q rad_alert -v $GITHUB_SHA --apply
This is giving me error and not building the flow.
a
Anna Geller
12/04/2022, 3:31 PM
What error? The infrastructure block seems to be missing
5 Views
#prefect-cloud
Join Slack