Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xyctruth committed Feb 28, 2022
1 parent 84fa968 commit 2e4c7f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
fi
echo ::set-output name=VERSION::${VERSION}
- uses: actions/checkout@v1
- name: deploy postgres to cluster
uses: wahyd4/kubectl-helm-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
args: |
helm upgrade profiler-dev charts/profiler --install --wait --namespace=profiler-system --set=image.tag=${{ steps.get_version.outputs.VERSION }} --values=charts/profiler/values.dev.yaml --atomic
- name: deploy postgres to cluster
uses: wahyd4/kubectl-helm-action@master
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
args: |
helm upgrade profiler-dev charts/profiler --install --wait --namespace=profiler-system --set=image.tag=${{ steps.get_version.outputs.VERSION }} --values=charts/profiler/values.dev.yaml --atomic

0 comments on commit 2e4c7f8

Please sign in to comment.