Skip to content

Commit

Permalink
cd: update container name on deploying to share environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs authored Jun 4, 2024
1 parent 9cf84ea commit 2a8c384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-to-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: steebchen/[email protected]
with: # defaults to latest kubectl binary version
config: ${{ secrets.KUBE_CONFIG_DRIVE_SERVER }}
command: set image --record deployment/drive-web-share-dp drive-web-share-dp=${{ secrets.DOCKERHUB_USERNAME }}/drive-web-dev:${{ github.sha }} -n drive
command: set image --record deployment/drive-web-share-dp drive-web-share=${{ secrets.DOCKERHUB_USERNAME }}/drive-web-dev:${{ github.sha }} -n drive
- name: Verify deployment
uses: steebchen/[email protected]
with:
Expand Down

0 comments on commit 2a8c384

Please sign in to comment.