Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrpereirajr authored May 17, 2024
1 parent ce330b3 commit dcb8987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Build and Push image
run: |
docker buildx build -t ${GCR_LOCATION}/${PROJECT_ID}/${IMAGE_NAME}:${GITHUB_SHA} --push .
docker buildx build -t ${GCR_LOCATION}/${PROJECT_ID}/${IMAGE_NAME}:${GITHUB_SHA} --build-arg TELEGRAM_TOKEN=${{ secrets.TELEGRAM_TOKEN }} --build-arg OPENAI_KEY{{ secrets.OPENAI_KEY }} --push .
- name: Deploy to Cloud Run
run: |
Expand Down Expand Up @@ -148,4 +148,4 @@ jobs:
- name: Enable TLS-access
run: |
kubectl version
kubectl patch configmap config-domainmapping -n knative-serving -p '{"data":{"autoTLS":"Enabled"}}'
kubectl patch configmap config-domainmapping -n knative-serving -p '{"data":{"autoTLS":"Enabled"}}'

0 comments on commit dcb8987

Please sign in to comment.