Skip to content

Commit

Permalink
ci: this gets saved where the command is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Apr 3, 2021
1 parent d59b941 commit 3025311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Upgrade
uses: WyriHaximus/github-action-helm3@v2
with:
exec: helm upgrade --namespace badvla --install --wait --set image.repostory=ghcr.io/badminton-apps/core/${{ matrix.pacakge }} --set postgresql.existingSecret=server-postgresql ${{ matrix.pacakge }} code/backend/packages/${{ matrix.pacakge }}/${{ matrix.pacakge }}-${{steps.previoustag.outputs.tag}}.tgz
exec: helm upgrade --namespace badvla --install --wait --set image.repostory=ghcr.io/badminton-apps/core/${{ matrix.pacakge }} --set postgresql.existingSecret=server-postgresql ${{ matrix.pacakge }} ${{ matrix.pacakge }}-${{steps.previoustag.outputs.tag}}.tgz
kubeconfig: '${{ secrets.KUBECONFIG }}'
docker-frontend:
needs: publish-github
Expand Down Expand Up @@ -179,5 +179,5 @@ jobs:
- name: Deploy
uses: WyriHaximus/github-action-helm3@v2
with:
exec: helm upgrade --namespace badvla --install --wait --set image.repostory=ghcr.io/badminton-apps/core/${{ matrix.pacakge }} ${{ matrix.pacakge }} code/frontend/packages/${{ matrix.pacakge }}/${{ matrix.pacakge }}-${{steps.previoustag.outputs.tag}}.tgz
exec: helm upgrade --namespace badvla --install --wait --set image.repostory=ghcr.io/badminton-apps/core/${{ matrix.pacakge }} ${{ matrix.pacakge }} ${{ matrix.pacakge }}-${{steps.previoustag.outputs.tag}}.tgz
kubeconfig: '${{ secrets.KUBECONFIG }}'

0 comments on commit 3025311

Please sign in to comment.