-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
After #111 is merged and the site is redeployed to Netlify:
- Update
.github/workflows/deploy.yml: Chore: migrate to Netlify #113- Remove
on.push(this will only be triggeredon.workflow_dispatch) - Remove
writepermissions - Remove
concurrency - Update job to build and deploy with Netlify CLI
- Remove
- Remove CNAME file Chore: migrate to Netlify #113
- Disable GitHub pages in
Settings > Pages - Remove existing DNS A records for GitHub Pages
- Add DNS CNAME records for Netlify site (proxying should be
on):
@ CNAME data-donuts.netlify.app
www CNAME data-donuts.netlify.app
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done