From ba4647d5054a81172b76d665740e6623d723efb3 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 28 Mar 2024 01:05:18 +0000 Subject: [PATCH] updates to dev/prod split --- .github/workflows/cicd.yml | 2 +- README.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 07ee8fc..db3eba2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,8 +3,8 @@ jobs: cicd: uses: internetarchive/cicd/.github/workflows/cicd.yml@main with: - NOMAD_VAR_HOSTNAMES: '["emularity-bios"]' NOMAD_VAR_PORTS: '{ 80 = "http" }' NO_TEST: true secrets: NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} + NOMAD_TOKEN_PROD: ${{ secrets.NOMAD_TOKEN_PROD }} diff --git a/README.md b/README.md index c890f67..653ec5e 100644 --- a/README.md +++ b/README.md @@ -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-bios.dev.archive.org/ -- https://emularity-bios.prod.archive.org/ +- https://internetarchive-emularity-bios.dev.archive.org/ +- https://emularity-bios.ux-b.archive.org/ ## there are 3 related git repos & deployments: - https://github.com/internetarchive/emularity-engine @@ -20,4 +20,3 @@ https://ia-petabox-csp.archive.org/details/flash_loituma - https://archive.org/serve/emularity_engine_v1 - https://archive.org/serve/emularity_config_v1 - https://archive.org/serve/emularity_bios_v1 -