From ace3237ee4594ebcb964558988b6690c72ed9080 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 28 Mar 2024 00:56:00 +0000 Subject: [PATCH] updates to dev/prod split --- .github/workflows/cicd.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 104b144..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-config"]' 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 30a1ae4..18673c6 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-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