Skip to content

Merge pull request #5 from marcallop7/feature/practicandogit_c #10

Merge pull request #5 from marcallop7/feature/practicandogit_c

Merge pull request #5 from marcallop7/feature/practicandogit_c #10

Workflow file for this run

name: Deploy to Render
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy to Render
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Deploy to Render
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"
#haciendo prueba