Skip to content

Commit

Permalink
feat(cd): use new Kubernetes namespace for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs authored Dec 13, 2023
1 parent 9602eea commit d330844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
uses: steebchen/[email protected]
with: # defaults to latest kubectl binary version
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: set image --record deployment/drive-server drive-server=${{ secrets.DOCKERHUB_USERNAME }}/drive-server:${{ github.sha }}
command: set image --record deployment/drive-server drive-server=${{ secrets.DOCKERHUB_USERNAME }}/drive-server:${{ github.sha }} -n drive
- name: Verify drive-server deployment
uses: steebchen/[email protected]
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: rollout status deployment/drive-server
command: rollout status deployment/drive-server -n drive

0 comments on commit d330844

Please sign in to comment.