We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dfddc commit 6ec2109Copy full SHA for 6ec2109
.github/workflows/mainnet-beta.yml
@@ -68,4 +68,4 @@ jobs:
68
run: |
69
kubectl rollout restart -n $BRANCH_NAME deployment/swift-server-app
70
kubectl rollout restart -n $BRANCH_NAME deployment/swift-confirmation-server-app
71
- kubectl rollout restart -n $BRANCH_NAME statefulset/swift-ws-server-app
+ kubectl rollout restart -n $BRANCH_NAME deployment/swift-ws-server-app
.github/workflows/master.yml
0 commit comments