Skip to content

Commit

Permalink
ci: updated deployment file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain authored Nov 21, 2023
1 parent a90dfd9 commit 1c9ad61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
${{ steps.changelog.outputs.changelog }}
prerelease: ${{ steps.changelog.outputs.prerelease }}
- name: Prepare CD
run: sed "s/_DEFAULT_DEPLOYMENT_/$GITHUB_SHA/g" k8s/deployment-dev.yaml > k8s/deployment_mod.yaml
run: sed "s/_DEFAULT_DEPLOYMENT_/$GITHUB_SHA/g" k8s/deployment-prod.yaml > k8s/deployment_mod.yaml
- name: Continuous deployment
uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -n vc-repository -f k8s/deployment_mod.yaml
args: apply -n default -f k8s/deployment_mod.yaml

0 comments on commit 1c9ad61

Please sign in to comment.