Skip to content

Commit

Permalink
Refactored heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 26, 2024
1 parent c457814 commit 0d56ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-to-heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for dockerfile in ${commonwealth_path}/Dockerfile.*; do
process_types="${process_types} ${base_name}"

echo "Built and pushed image ${heroku_tag} using $dockerfile"
}
done

process_types=$(echo $process_types | xargs)
heroku container:release ${process_types} -a ${app_name}

0 comments on commit 0d56ebd

Please sign in to comment.