Skip to content

Commit

Permalink
update actio
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed May 25, 2023
1 parent 3c790aa commit 039880e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
pull_request_sha=$(jq --raw-output .pull_request.base.sha "$GITHUB_EVENT_PATH" | cut -c1-8)
echo "pull_request_sha=${pull_request_sha}" >> $GITHUB_OUTPUT
echo $pull_request_sha
- name: Neon Database Create Branch Action
uses: neondatabase/create-branch-action@v3
id: create_branch
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{steps.get_pull_request_sha.outputs.pull_request_sha}}
heroku_app_name: "preview-${{steps.get_pull_request_sha.outputs.pull_request_sha}}"
heroku_email: "oli@medusajs.com"
buildpack: "https://github.com/heroku/heroku-buildpack-nodejs"
env:
Expand Down

0 comments on commit 039880e

Please sign in to comment.