Skip to content

Commit

Permalink
Merge pull request #86 from amplication/task/patch-rolling-update-name
Browse files Browse the repository at this point in the history
chore: patch deployment name to allow for rolling update
  • Loading branch information
levivannoort authored Dec 20, 2023
2 parents 2d86165 + 35d70f9 commit 5888742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: aws eks update-kubeconfig --region ${{ vars.AWS_REGION }} --name amplication-${{ inputs.environment-name }}

- name: rollout restart deployment(s)
run: kubectl rollout restart deployments/${{ inputs.component-name }}-${{ inputs.environment-name }} -n ${{ inputs.environment-name }}
run: kubectl rollout restart deployments/${{ inputs.component-name }} -n ${{ inputs.environment-name }}

0 comments on commit 5888742

Please sign in to comment.