Skip to content

Commit

Permalink
deploy cage-keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Apr 14, 2024
1 parent 0b55434 commit a953ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- remove-gasstation-api-key

name: Build Docker image and deploy it to Kubernetes cluster

Expand Down
4 changes: 0 additions & 4 deletions deploy/production/cage-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ env:
type: parameterStore
name: eth-from-addr-mainnet
parameter_name: /eks/maker-prod/cage-keeper/eth-from-addr-mainnet
ETH_GASSTATION_API_KEY:
type: parameterStore
name: eth-gasstation-api-key
parameter_name: /eks/maker-prod/cage-keeper/eth-gasstation-api-key
SECRET_KEY:
type: parameterStore
name: secret-key-mainnet
Expand Down
3 changes: 2 additions & 1 deletion run-cage-keeper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ exec $dir/bin/cage-keeper \
--eth-from "${ETH_FROM_ADDRESS}" \
--eth-key "${ETH_ACCOUNT_KEY}" \
--vulcanize-endpoint "${VULCANIZE_URL}" \
--vulcanize-key "${VULCANIZE_KEY}"
--vulcanize-key "${VULCANIZE_KEY}" \
--ethgasstation-api-key "${ETH_GASSTATION_API_KEY}"

0 comments on commit a953ba2

Please sign in to comment.