Skip to content

Commit

Permalink
Update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Dec 21, 2023
1 parent e8a39d9 commit d91e17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
-
name: Restart Deployment
if: ${{ !inputs.production && image_tag == 'latest' }}
if: ${{ !inputs.production && inputs.image_tag == 'latest' }}
run: kubectl rollout restart -n rubinobs $deployment_name

0 comments on commit d91e17c

Please sign in to comment.