Skip to content

Bump form-data from 4.0.2 to 4.0.4 (#19) #24

Bump form-data from 4.0.2 to 4.0.4 (#19)

Bump form-data from 4.0.2 to 4.0.4 (#19) #24

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy-backend:
runs-on: ubuntu-latest
permissions:
deployments: write
steps:
- uses: JorgeLNJunior/render-deploy@9978fcd7ae237039fc3337c47ac2e1018d693df3 #v1.4.5
with:
service_id: ${{ secrets.RENDER_BACKEND_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
clear_cache: true # Optional: Clear Render's build cache
wait_deploy: true
github_deployment: true
deployment_environment: 'production'
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy-frontend:
runs-on: ubuntu-latest
permissions:
deployments: write
steps:
- uses: JorgeLNJunior/[email protected]
with:
service_id: ${{ secrets.RENDER_SERVICE_ID }}
api_key: ${{ secrets.RENDER_API_KEY }}
clear_cache: true # Optional: Clear Render's build cache
wait_deploy: true
github_deployment: true
deployment_environment: 'production'
github_token: ${{ secrets.GITHUB_TOKEN }}