Skip to content

Commit 3e63f2d

Browse files
Merge pull request #456 from bcgov/adamkroonbcgov-patch-1
FOI-3946: Changes to deployment of api to test
2 parents a96432c + 4407724 commit 3e63f2d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/api-cd.test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ jobs:
6464
shell: bash
6565
run: |
6666
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

Comments
 (0)