Skip to content

Commit

Permalink
Use relative paths instead of absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp authored Feb 8, 2024
1 parent 7edab21 commit 49c072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/design/deployment-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The `release` branch is kept up to date using a GitHub CI workflow. Whenever a r
The staging and production Netlify sites are now both managed using a single `netlify.toml`. [Deploy contexts](https://docs.netlify.com/configure-builds/file-based-configuration/#deploy-contexts) allow us to differentiate between the production and staging sites. Production uses the default configuration, while staging uses a `branch-deploy` configuration.

## Heroku deployment
GitHub CI workflows [backend-staging-deploy.yml](https://github.com/dandi/dandi-archive/blob/HEAD/.github/workflows/backend-staging-deploy.yml) and [backend-production-deploy.yml](http://github.com/dandi/dandi-archive/blob/HEAD/.github/workflows/backend-production-deploy.yml) are used to deploy the staging and production Heroku apps respectively.
GitHub CI workflows [backend-staging-deploy.yml](../../.github/workflows/backend-staging-deploy.yml) and [backend-production-deploy.yml](../../.github/workflows/backend-production-deploy.yml) are used to deploy the staging and production Heroku apps respectively.

## Development process
To make changes to production, developers should:
Expand Down

0 comments on commit 49c072a

Please sign in to comment.