Skip to content

Commit

Permalink
feat: trigger render hook
Browse files Browse the repository at this point in the history
  • Loading branch information
RolginRoman committed Jan 8, 2024
1 parent 94aceb7 commit 5e7b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- name: Migrate DB
run: pnpm exec nx publish db
- name: Trigger deploy
run: curl --data-urlencode ${{ secrets.RENDER_DEPLOY_HOOK_URL }} -d imgUrl $IMAGE_NAME ${{ steps.dockerbuild.outputs.digest }}
run: curl --data-urlencode ${{ secrets.RENDER_DEPLOY_HOOK_URL }} -d "imgUrl=${{matrix.dockerfile}}:${{ steps.dockerbuild.outputs.digest }}"

0 comments on commit 5e7b433

Please sign in to comment.