Skip to content

refactor: add server auth #89

refactor: add server auth

refactor: add server auth #89

Workflow file for this run

name: Deploy
on:
push:
branches: ["main"]
pull_request_target:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy to production
uses: JorgeLNJunior/[email protected]
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
clear_cache: true
wait_deploy: true