We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9fd78 commit 64f5795Copy full SHA for 64f5795
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
id: netlify
23
with:
24
# be sure to escape any double quotes with a backslash
25
- args: 'deploy --json --dir \"./public\" --message \"draft [${{ github.sha }}]\"'
+ args: 'deploy --json --prod --dir \"./public\" --message \"production [${{ github.sha }}]\"'
26
env:
27
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
28
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments