Skip to content

Commit

Permalink
[#2] Rename Heroku application names in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Sep 22, 2021
1 parent b36f8bc commit ca02ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
run: |
if [[ $BRANCH_TAG = "latest" ]]
then
echo "HEROKU_APP=rails_view_component_blog" >> $GITHUB_ENV
echo "HEROKU_APP=view-component-blog" >> $GITHUB_ENV
else
echo "HEROKU_APP=rails_view_component_blog-staging" >> $GITHUB_ENV
echo "HEROKU_APP=view-component-blog-staging" >> $GITHUB_ENV
fi
- name: Login to Docker registry
Expand Down

0 comments on commit ca02ab0

Please sign in to comment.