Skip to content

Commit

Permalink
Fix path in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Dec 12, 2023
1 parent 2362323 commit 82afc39
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 @@ -92,13 +92,13 @@ jobs:
${{ steps.changelog.outputs.changelog }}
prerelease: ${{ steps.changelog.outputs.prerelease }}
- name: Prepare CD - issuer
run: sed "s/_DEFAULT_DEPLOYMENT_/$GITHUB_SHA/g" waltid-issuer/k8s/deployment-prod.yaml > waltid-issuer/k8s/deployment_mod.yaml
run: sed "s/_DEFAULT_DEPLOYMENT_/$GITHUB_SHA/g" waltid-issuer-api/k8s/deployment-prod.yaml > waltid-issuer-api/k8s/deployment_mod.yaml
# - name: Continuous deployment - issuer
# uses: actions-hub/kubectl@master
# env:
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
# with:
# args: apply -n portals -f waltid-issuer/k8s/deployment_mod.yaml
# args: apply -n portals -f waltid-issuer-api/k8s/deployment_mod.yaml
- name: Prepare CD - verifier
run: sed "s/_DEFAULT_DEPLOYMENT_/$GITHUB_SHA/g" waltid-verifier-api/k8s/deployment-prod.yaml > waltid-verifier-api/k8s/deployment_mod.yaml
# - name: Continuous deployment - verifier
Expand Down

0 comments on commit 82afc39

Please sign in to comment.