Skip to content

Commit

Permalink
ci: Rename containers to open-controls-docs (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Bailey Ivancic <[email protected]>
  • Loading branch information
leoadec and baileyivancic authored Jun 2, 2023
1 parent 14d729c commit 3a3e3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
. ./.aws-credentials;
aws eks update-kubeconfig --alias hidden --name platform-dev2 --region us-east-1;
kubectl -n qctrl-platform set image deployment/python-open-controls-docs python-open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
kubectl -n qctrl-platform set image deployment/open-controls-docs open-controls-docs=qctrl/open-controls-docs:$COMMIT && kubectl -n qctrl-platform rollout status deployment/open-controls-docs;
'
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
./ci docker run qctrl/ci-images:google-cloud-sdk-ci sh -- -c '
. ./.aws-credentials;
aws eks update-kubeconfig --alias hidden --name platform-prod --region us-west-2;
kubectl -n qctrl-platform rollout restart deployment/python-open-controls-docs && kubectl -n qctrl-platform rollout status deployment/python-open-controls-docs;
kubectl -n qctrl-platform rollout restart deployment/open-controls-docs && kubectl -n qctrl-platform rollout status deployment/open-controls-docs;
'

0 comments on commit 3a3e3bf

Please sign in to comment.