Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Apr 4, 2024
1 parent acd20e1 commit 838f89b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ jobs:
name: website
path: artifacts

- name: Unzip
run: |
mkdir -p website
tar -xzvf website.zip -C website
- name: Deploy website to Netlify
run: |
npx netlify-cli deploy --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} --dir artifacts/website --alias staging
Expand Down

0 comments on commit 838f89b

Please sign in to comment.