Skip to content

Commit 0f44c56

Browse files
committed
PEER-242: Update action script
Signed-off-by: SeeuSim <[email protected]>
1 parent 3734e2d commit 0f44c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
deployment="frontend"
222222
if [[ "$service" == "collaboration" ]]; then
223223
deployment="collab-service"
224-
else if [[ "$service" != "frontend" ]]; then
224+
elif [[ "$service" != "frontend" ]]; then
225225
deployment="$service-service"
226226
fi
227227
kubectl -n peerprep rollout restart deployment "$deployment"

0 commit comments

Comments
 (0)