Skip to content

Commit da02105

Browse files
authored
Merge pull request #528 from countable-web/update/deployment-documentation
Remove stale information
2 parents db53cb5 + 0e3b6ca commit da02105

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Acquire a database dump. If the file is `db.sql` in your repo root, do:
3434
./docs/restore-pg
3535
```
3636

37-
## Deployment
38-
39-
* We auto-deploy the `master` branch of `https://github.com/First-Peoples-Cultural-Council/maps` to `https://maps.fpcc.ca` nightly.
40-
* We auto-deploy the `develop` branch of `https://github.com/countable-web/maps` to `http://maps.fpcc.ca:8080` nightly.
4137

4238
## Public API
4339

@@ -268,13 +264,6 @@ KNOWN_HOSTS= # `ssh-keyscan <production server>` output
268264
PROD_DEPLOY_KEY= # private key of producion server
269265
```
270266

271-
`.github/workflows/cd-stage.yml` - The `develop` branch is deployed by GitHub Actions to staging, `fplm.countable.ca` by default.
272-
Only the countable-web fork has secrets set to deploy here, as follows.
273-
```
274-
KNOWN_HOSTS= # `ssh-keyscan <stage server>` output
275-
BOOL= # private key of staging server
276-
```
277-
278267
## Bootstrapping data (Not necessary to run again)
279268

280269
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

0 commit comments

Comments
 (0)