Skip to content

Commit

Permalink
Merge pull request #375 from amplication/task/move-website-deployment
Browse files Browse the repository at this point in the history
chore: add environment suffix to the rollout restart
  • Loading branch information
levivannoort authored Jun 7, 2023
2 parents 5cf4173 + 483b413 commit ef0ac02
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 @@ -42,7 +42,7 @@ jobs:
prefix="amplication-"
project=${project#$prefix}
kubectl rollout restart deployments/${{ inputs.project-name }} -n ${{ inputs.environment-name }}
kubectl rollout restart deployments/${{ inputs.project-name }}-${{ inputs.environment-name }} -n ${{ inputs.environment-name }}
- name: time-out pod start-up
run: sleep 60
Expand Down

0 comments on commit ef0ac02

Please sign in to comment.