Skip to content

Commit

Permalink
updates to dev/prod split
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Mar 28, 2024
1 parent efe2874 commit ace3237
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jobs:
cicd:
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
NOMAD_VAR_HOSTNAMES: '["emularity-config"]'
NOMAD_VAR_PORTS: '{ 80 = "http" }'
NO_TEST: true
secrets:
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
NOMAD_TOKEN_PROD: ${{ secrets.NOMAD_TOKEN_PROD }}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## example items
- typical type of item:
https://ia-petabox-csp.archive.org/details/gg_Star_Wars_1993LucasArts_Tiertex_Design_Studio_U.S._GoldUS
https://ia-petabox.archive.org/details/gg_Star_Wars_1993LucasArts_Tiertex_Design_Studio_U.S._GoldUS

- most challenging new `ruffle` type of item:
https://ia-petabox-csp.archive.org/details/flash_loituma
https://ia-petabox.archive.org/details/flash_loituma

## current deployment
- https://emularity-config.dev.archive.org/
- https://emularity-config.prod.archive.org/
- https://internetarchive-emularity-config.dev.archive.org/
- https://emularity-config.ux-b.archive.org/

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

0 comments on commit ace3237

Please sign in to comment.