Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jan 4, 2024
1 parent 8225325 commit 1b0ead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Trigger Deploy on Render 🚀
run: curl "$RENDER_WEBHOOK_URL"
run: curl -G -d "key=${{ secrets.RENDER_KEY }}" -d "imgURL=ghcr.io/codekeyz/dart-blog:main" https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}

0 comments on commit 1b0ead5

Please sign in to comment.