File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,12 @@ jobs:
6161 env :
6262 BRANCH_NAME : ${{ github.ref_name }}
6363 run : |
64- kubectl get deployments -n $BRANCH_NAME -o name | grep order-filler-bot | xargs -I {} kubectl rollout restart {} -n $BRANCH_NAME
65- kubectl get deployments -n $BRANCH_NAME -o name | grep spot-filler-bot | xargs -I {} kubectl rollout restart {} -n $BRANCH_NAME
64+ kubectl get deployments -n $BRANCH_NAME -o name | grep filler | xargs -I {} kubectl rollout restart {} -n $BRANCH_NAME
6665
6766 kubectl rollout restart -n $BRANCH_NAME deployment/funding-rate-updater-bot
68-
6967 kubectl rollout restart -n $BRANCH_NAME deployment/liquidator-global-bot
7068 kubectl rollout restart -n $BRANCH_NAME deployment/liquidator-global-2-bot
7169 kubectl rollout restart -n $BRANCH_NAME deployment/user-lp-settler-bot
7270 kubectl rollout restart -n $BRANCH_NAME deployment/user-pnl-settler-bot
73- kubectl rollout restart -n $BRANCH_NAME deployment/order-filler-multithreaded-jito-bot
74- kubectl rollout restart -n $BRANCH_NAME deployment/order-filler-multithreaded-jito-btc-eth
75- kubectl rollout restart -n $BRANCH_NAME deployment/spot-filler-multithreaded-rest
76- kubectl rollout restart -n $BRANCH_NAME deployment/spot-filler-multithreaded-sol
7771 kubectl rollout restart -n $BRANCH_NAME deployment/pyth-cranker-bot
78- kubectl rollout restart -n $BRANCH_NAME deployment/pyusd-distributor-bot
7972 kubectl rollout restart -n $BRANCH_NAME deployment/switchboard-cranker-bot
You can’t perform that action at this time.
0 commit comments