Skip to content

Merge pull request #79 from Raghart/boostcicd #1

Merge pull request #79 from Raghart/boostcicd

Merge pull request #79 from Raghart/boostcicd #1

Workflow file for this run

name: Continuous Deployment Pipeline
on:
push:
branches: [main]
jobs:
Web_Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Trigger Deployment
run: curl https://api.render.com/deploy/srv-${{ secrets.RENDER_SERVICE_ID }}?key=${{ secrets.RENDER_API_KEY }}