Skip to content

Commit d8a0a72

Browse files
committed
Merge branch 'main' of github.com:Magmusacy/chat-app
2 parents eacb0b3 + 1bcab38 commit d8a0a72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
uses: elgohr/Publish-Docker-Github-Action@v5
3939
with:
4040
name: magmusacy/chatapp-backend
41-
working-directory: backend/chatapp
41+
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)