Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Sep 11, 2024
1 parent bbac15d commit a14d29d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,19 @@ jobs:
- name: Get service account for beam
id: get-account
run: echo "SA_EMAIL=$(gcloud config get-value account)" >> $GITHUB_OUTPUT
run: |
echo "SA_EMAIL=$(gcloud config get-value account)" >> $GITHUB_OUTPUT
echo $SA_EMAIL
- name : "Deploy Beam pipeline"
run: |
python feedstock/recipe.py \
--runner DataflowRunner \
--project leap-pangeo \
--service_account_email $SA_EMAIL \
--job_name $JOB_NAME
--job_name $JOB_NAME \
--region us-central1 \
--runner DataflowRunner \
--machine-type n1-highmem-2 \
--max_num_workers 10 \
Expand Down

0 comments on commit a14d29d

Please sign in to comment.