diff --git a/README.md b/README.md index 0a64f0d0..eb28f8e6 100755 --- a/README.md +++ b/README.md @@ -34,10 +34,6 @@ Acquire a database dump. If the file is `db.sql` in your repo root, do: ./docs/restore-pg ``` -## Deployment - - * We auto-deploy the `master` branch of `https://github.com/First-Peoples-Cultural-Council/maps` to `https://maps.fpcc.ca` nightly. - * We auto-deploy the `develop` branch of `https://github.com/countable-web/maps` to `http://maps.fpcc.ca:8080` nightly. ## Public API @@ -268,13 +264,6 @@ KNOWN_HOSTS= # `ssh-keyscan ` output PROD_DEPLOY_KEY= # private key of producion server ``` -`.github/workflows/cd-stage.yml` - The `develop` branch is deployed by GitHub Actions to staging, `fplm.countable.ca` by default. -Only the countable-web fork has secrets set to deploy here, as follows. -``` -KNOWN_HOSTS= # `ssh-keyscan ` output -BOOL= # private key of staging server -``` - ## Bootstrapping data (Not necessary to run again) This project was originally ported from a Drupal database, and we have a somewhat generic way of getting things out of Drupal the first time. Doing this requires populating the old database secrets in your docker-compose.override.yml