Auto deploy to render #605
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto deploy to render | |
on: | |
schedule: | |
- cron: "35 16 */2 * *" | |
jobs: | |
deploy: | |
name: Deploy to render.com | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ttskch/render-deploy@v1.0.0 | |
with: | |
api-key: ${{ secrets.RENDER_API_KEY }} | |
service-id: ${{ secrets.RENDER_SERVICE_ID }} |