Skip to content

Commit 6ec2109

Browse files
committed
CI: update ws-server restart
1 parent 41dfddc commit 6ec2109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mainnet-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
run: |
6969
kubectl rollout restart -n $BRANCH_NAME deployment/swift-server-app
7070
kubectl rollout restart -n $BRANCH_NAME deployment/swift-confirmation-server-app
71-
kubectl rollout restart -n $BRANCH_NAME statefulset/swift-ws-server-app
71+
kubectl rollout restart -n $BRANCH_NAME deployment/swift-ws-server-app

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
run: |
6969
kubectl rollout restart -n $BRANCH_NAME deployment/swift-server-app
7070
kubectl rollout restart -n $BRANCH_NAME deployment/swift-confirmation-server-app
71-
kubectl rollout restart -n $BRANCH_NAME statefulset/swift-ws-server-app
71+
kubectl rollout restart -n $BRANCH_NAME deployment/swift-ws-server-app

0 commit comments

Comments
 (0)