We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3734e2d commit 0f44c56Copy full SHA for 0f44c56
.github/workflows/build-deploy-docker.yaml
@@ -221,7 +221,7 @@ jobs:
221
deployment="frontend"
222
if [[ "$service" == "collaboration" ]]; then
223
deployment="collab-service"
224
- else if [[ "$service" != "frontend" ]]; then
+ elif [[ "$service" != "frontend" ]]; then
225
deployment="$service-service"
226
fi
227
kubectl -n peerprep rollout restart deployment "$deployment"
0 commit comments