Skip to content

Commit

Permalink
fix: set env to prod (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptistG authored Nov 27, 2023
1 parent f814564 commit 3fdbbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/templates/cloudrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: CHAINID
value: CHANGE_ME # spec.template.spec.containers.env[0].value
- name: ENV
value: dev
value: prod
- name: DISPUTE_BOT_PRIVATE_KEY
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 3fdbbf1

Please sign in to comment.