Skip to content

Commit 481f523

Browse files
committed
test new deploy action
1 parent 89e9a6d commit 481f523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Deploy to netlify
3535
run: |
36-
npx netlify-cli deploy --prod --dir ./site --message "production [${{ github.sha }}]" --auth $NETLIFY_AUTH_TOKEN --site $NETLIFY_SITE_ID
36+
npx netlify-cli deploy --prod --dir ./site --message "production [${{ github.sha }}]"
3737
env:
3838
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3939
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)