Skip to content

Commit

Permalink
Make autodeploy less noisy and try to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 28, 2021
1 parent de17873 commit 08d1145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
do
set $jobLine
echo "Checking if $1:$2 needs redeploying" >&2
if ! iogo plan --namespace=$1 $2 --output plan.hcl | tee command
if ! iogo plan --namespace=$1 $2 --output plan.hcl > command
then
echo "Redeploying $1:$2" >&2
$(grep "nomad job run" command)
Expand Down

0 comments on commit 08d1145

Please sign in to comment.