Merge pull request #22 from pacyL2K19/dependabot/npm_and_yarn/babel/t… #7
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: Trigger Render Deployment | |
on: | |
push: | |
branches: ['develop', 'main'] | |
jobs: | |
deploy: | |
name: Deploy to Render | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger deployment | |
uses: sws2apps/render-deployment@main | |
with: | |
serviceId: ${{ secrets.RENDER_SERVICE_ID }} | |
apiKey: ${{ secrets.RENDER_API_KEY }} | |
multiple: false |