Skip to content

Commit

Permalink
Staging heroku (#353)
Browse files Browse the repository at this point in the history
* add action to deploy staging

* fix push
  • Loading branch information
northdpole committed Sep 8, 2023
1 parent 6d6d93d commit 79473fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
new_tag="v${major}.${minor}.${patch}"
echo "new tag is ${new_tag}"
git tag --annotate "${new_tag}" --message "${new_tag}" "${commit_sha}"
git push --force heroku main --follow-tags
git push --force heroku staging:main --follow-tags

0 comments on commit 79473fb

Please sign in to comment.