Skip to content

Commit

Permalink
chore: fix CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed May 24, 2024
1 parent 7654cb7 commit 107e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: kubectl set image deploy/api-server api-server=${{ secrets.DOCKERHUB_USERNAME }}/api-server:${{ steps.vars.outputs.short_sha }}
script: kubectl -n ${{ secrets.NAMESPACE }} set image deploy/api-server api-server=${{ secrets.DOCKERHUB_USERNAME }}/api-server:${{ steps.vars.outputs.short_sha }}

0 comments on commit 107e4a7

Please sign in to comment.