We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9a6d commit 481f523Copy full SHA for 481f523
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Deploy to netlify
35
run: |
36
- npx netlify-cli deploy --prod --dir ./site --message "production [${{ github.sha }}]" --auth $NETLIFY_AUTH_TOKEN --site $NETLIFY_SITE_ID
+ npx netlify-cli deploy --prod --dir ./site --message "production [${{ github.sha }}]"
37
env:
38
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
39
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments