Skip to content

Commit

Permalink
Add GitHub Action for deploying letslearnruby.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsvogel committed Nov 27, 2023
1 parent 711a9d2 commit 5aca61c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Deploy letslearnruby.com
on: push
jobs:
post_to_render_deploy_hook:
runs-on: ubuntu-latest
steps:
- run: curl -X POST -d {} https://api.render.com/deploy/srv-cli7s34ig7qc73eq7i1g?key=gKuPtTFMeyM

0 comments on commit 5aca61c

Please sign in to comment.