Skip to content

Commit

Permalink
deploy client/dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Sep 10, 2024
1 parent 2f8b66f commit 4e600ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Deploy client to Netlify
run: |
netlify deploy \
--dir client \
--dir client/dist \
--alias staging-action \
--site ${{secrets.NETLIFY_SITE_ID}} \
--auth ${{secrets.NETLIFY_AUTH_TOKEN}}
Expand Down

0 comments on commit 4e600ff

Please sign in to comment.