Skip to content

Commit 45aa9e8

Browse files
authored
Add deployment step to Render in GitHub Actions
1 parent 958dc1a commit 45aa9e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
workdir: backend/chatapp
4242
username: ${{ secrets.DOCKER_USERNAME }}
4343
password: ${{ secrets.DOCKER_PASSWORD }}
44+
- name: Deploy to render
45+
run: curl ${{ secrets.RENDER_HOOK }}
4446

4547
dependency-submission:
4648

0 commit comments

Comments
 (0)