You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a GitHub Action to automate the deployment process whenever changes are merged into the main branch. This feature will streamline the deployment workflow and reduce manual intervention.
DANDI and LINC use Netlify to manage the front-end deployment to production and to provide previews upon creating pull requests.
The netlify.toml file configures Netlify, and Netlify watches the repo to create automated previews and deployments. You can find more details on how to configure Netlify in this pull request - dandi/dandi-docs#104.
Also, please note that the Netlify Pro Plan is needed to create DNS records for subdomains. However, if your project qualifies, you can apply for the sponsored open-source plan - https://www.netlify.com/legal/open-source-policy/
Summary:
Implement a GitHub Action to automate the deployment process whenever changes are merged into the
main
branch. This feature will streamline the deployment workflow and reduce manual intervention.Details:
@kabilar will show how the automated deployment are used in other projects.
The text was updated successfully, but these errors were encountered: