Skip to content

Commit

Permalink
link all deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Apr 10, 2024
1 parent b861629 commit b253924
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Each repo has the same layout, with all files starting at the top dir:
- [.gitignore](.gitignore) - any files to ignore and not checkin
- [.dockerignore](.dockerignore) - files to skip copying into the deployed container
- [.github/workflows/cicd.yml](.github/workflows/cicd.yml) - GitHub Actions setup
We aim to keep all 3 repos with the same 6 files.

the nginx has a few critical changes for the handling of `.gz` files -- since nginx can *also*
"gzip on the fly" text files as well. Thus, the browser needs to know if the file is being
Expand All @@ -55,9 +56,15 @@ https://ia-petabox.archive.org/details/gg_Star_Wars_1993LucasArts_Tiertex_Design
- most challenging new `ruffle` type of item:
https://ia-petabox.archive.org/details/flash_loituma

## current deployment
## current deployments - production, uses the `production` branch:
- https://internetarchive-emularity-engine.dev.archive.org/
- https://internetarchive-emularity-config.dev.archive.org/
- https://internetarchive-emularity-bios.dev.archive.org/

## current deployments - testing, this one is for the `main` branch:
- https://emularity-engine.ux-b.archive.org/
- https://emularity-config.ux-b.archive.org/
- https://emularity-bios.ux-b.archive.org/

## there are 3 related git repos & deployments:
- https://github.com/internetarchive/emularity-engine
Expand Down

0 comments on commit b253924

Please sign in to comment.