Skip to content

Commit

Permalink
CI: name the Heroku app correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 26, 2024
1 parent 52bf1c4 commit f8b2446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ jobs:
- name: Deploy to Heroku
env:
HEROKU_REGISTRY_TOKEN: ${{ secrets.HEROKU_REGISTRY_TOKEN }}
run: script/ci/pipeline.sh deploy_production "script/ci/deploy_from_github_actions.sh pipeline ${{ github.sha }}"
run: script/ci/pipeline.sh deploy_production "script/ci/deploy_from_github_actions.sh ci-pipeline ${{ github.sha }}"

1 comment on commit f8b2446

@p-wall
Copy link
Member

@p-wall p-wall commented on f8b2446 Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

Please sign in to comment.