Skip to content

Commit 64f5795

Browse files
committed
update publish workflow to deploy production version to Netlify
1 parent ba9fd78 commit 64f5795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: netlify
2323
with:
2424
# be sure to escape any double quotes with a backslash
25-
args: 'deploy --json --dir \"./public\" --message \"draft [${{ github.sha }}]\"'
25+
args: 'deploy --json --prod --dir \"./public\" --message \"production [${{ github.sha }}]\"'
2626
env:
2727
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2828
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)