Skip to content

Commit

Permalink
chore: Add netlify upload step.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 10, 2023
1 parent 38a1d2e commit e2328ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:

# Run gatsby build
- run: gatsby build

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './public'
production-branch: master
deploy-message: "Deploy from GitHub Actions"
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 20

0 comments on commit e2328ab

Please sign in to comment.