Skip to content

Commit

Permalink
build: add config
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 17, 2024
1 parent f93274d commit e734f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
- name: 'Configure kubectl'
run: |
USE_GKE_GCLOUD_AUTH_PLUGIN=true gcloud container clusters get-credentials \
${{ inputs.cluster_name }} \
--region ${{ inputs.region }} \
--project ${{ inputs.project_name }}
clus-kube-euw4-jgdag-prd \
--region europe-west4 \
--project jasper-ginn-dagster
- name: 'Deploy job'
run: |
kubectl apply -f ./jobs/job_spec.yml -n dagster-prd

0 comments on commit e734f49

Please sign in to comment.