Skip to content

Commit bb318f4

Browse files
add render deploy
1 parent efbce83 commit bb318f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
context: ./build
2828
push: true
2929
tags: posthellocode/budgetizer:latest
30+
- name: Deploy on render
31+
env:
32+
RENDER_DEPLOY_HOOK: ${{ secrets.RENDER_DEPLOY_HOOK}}
33+
run: curl $RENDER_DEPLOY_HOOK

0 commit comments

Comments
 (0)