Skip to content

Netlify Deploy Site v1.0.0

Compare
Choose a tag to compare
@rcannood rcannood released this 01 Mar 12:41
· 5 commits to main since this release

Initial release.

Example usage:

- name: Deploy to Netlify πŸš€
  uses: data-intuitive/netlify-deploy-site@v1
  with:
    auth: ${{ secrets.NETLIFY_AUTH_TOKEN }}
    site: 'my-netlify-site'
    dir: '_site'
    prod: true
    message: 'Deploy production ${{ github.ref }}'

See the README for more information.