Skip to content

Commit

Permalink
chore: updated prod deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jun 11, 2023
1 parent 4bec270 commit 56cc859
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,14 @@ jobs:
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
name: web-artifacts
path: build/

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
with:
publish-dir: 'web-artifacts/build'
publish-dir: 'build/'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 56cc859

Please sign in to comment.