Skip to content

Commit

Permalink
use helm action
Browse files Browse the repository at this point in the history
  • Loading branch information
sasund committed Nov 29, 2024
1 parent cbef526 commit 97f558d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/action/helm-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
using: "composite"
steps:
- name: Deploy to prod
shell: bash
run: |
echo "Deploying service ${{ inputs.service-name }} with tag: ${{ inputs.release-version }} to stage with replicas: ${{ inputs.replicas }} and spring profiles: ${{ inputs.spring-profiles }}"
Expand Down

0 comments on commit 97f558d

Please sign in to comment.