Channels
pacc-oct-11-12-2023
pacc-july-11-12-2023
pacc-sept-20-21-2023
pacc-aug-16-2023
pacc-aug-29-30-2023
pacc-may-31-2023
prefect-ai
pacc-clearcover-june-12-2023
pacc-sept-26-27-2023
pacc-july-6-2023
intros-test
livestream-chatter
marvin-in-the-wild
data-ecosystem
geo-israel
pacc-june-14-2023
geo-japan
pacc-london-2023
pacc-sept-13-14-2023
prefect-cloud
ppcc-may-16-2023
prefect-azure
prefect-docker
prefect-recipes
gratitude
geo-nyc
geo-bay-area
geo-boston
geo-london
geo-dc
geo-chicago
geo-berlin
geo-texas
geo-seattle
geo-colorado
pacc-july-17-18-2023
introductions
prefect-server
data-tricks-and-tips
prefect-aws
prefect-gcp
find-a-prefect-job
prefect-dbt
random
events
ask-marvin
show-us-what-you-got
prefect-getting-started
prefect-integrations
prefect-contributors
best-practices-coordination-plane
announcements
prefect-ui
prefect-kubernetes
pacc-aug-22-23-2023
prefect-community
Powered by
#prefect-cloud
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
Copy code
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
Post