Merge pull request #31 from ivalshamkya/development #1
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: Netlify Production Deployment | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
Production: | |
runs-on: ubuntu-latest | |
environment: Production | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: "Deployed site" | |
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }} |