We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96432c + 4407724 commit 3e63f2dCopy full SHA for 3e63f2d
1 file changed
.github/workflows/api-cd.test.yml
@@ -64,3 +64,9 @@ jobs:
64
shell: bash
65
run: |
66
oc tag api:latest api:${{ env.TAG_NAME }}
67
+
68
+ - name: Rollout Restart Deployment
69
+ shell: bash
70
+ run: |
71
+ oc project ${{ secrets.OPENSHIFT4_FRONTEND_REPOSIOTRY }}-test
72
+ oc rollout restart deployment/api
0 commit comments