Skip to content

Commit 8fab029

Browse files
authored
meta: deploy using uuid site ID (#835)
1 parent 85f3204 commit 8fab029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Deploy to Netlify
2727
env:
2828
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
29-
NETLIFY_SITE_ID: sequelize-site
29+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
3030
run: netlify deploy --dir build --prod --message '${{ github.event.commits[0].message }}'

0 commit comments

Comments
 (0)