diff --git a/.github/workflows/demo_deploy_backend.yml b/.github/workflows/demo_deploy_backend.yml index 266c8fe43..991158c71 100644 --- a/.github/workflows/demo_deploy_backend.yml +++ b/.github/workflows/demo_deploy_backend.yml @@ -1,4 +1,4 @@ -name: Deploy Issuer Node Backend to Testing AWS Environment +name: Deploy Issuer Node Backend to Demo AWS Environment on: workflow_run: @@ -14,7 +14,7 @@ env: jobs: build-backend: - name: Build and push latest image to AWS Testing Environment + name: Build and push latest image to AWS Demo Environment permissions: id-token: write contents: write diff --git a/.github/workflows/demo_deploy_ui.yml b/.github/workflows/demo_deploy_ui.yml index 72ae3a331..121f549ed 100644 --- a/.github/workflows/demo_deploy_ui.yml +++ b/.github/workflows/demo_deploy_ui.yml @@ -1,4 +1,4 @@ -name: Deploy Issuer Node UI to Testing AWS Environment +name: Deploy Issuer Node UI to Demo AWS Environment on: push: @@ -12,7 +12,7 @@ env: jobs: deploy: - name: Build and Deploy UI to Testing AWS Environment + name: Build and Deploy UI to Demo AWS Environment runs-on: ubuntu-latest permissions: id-token: write