From f65d031a4d13a6bae4f68f3ffdb0e1287eaaedca Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Mon, 15 Jul 2024 11:26:01 +0300 Subject: [PATCH] Deploy to STG --- .github/workflows/pull-request-cleanup.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-cleanup.yml b/.github/workflows/pull-request-cleanup.yml index b254f7e..1066d2d 100644 --- a/.github/workflows/pull-request-cleanup.yml +++ b/.github/workflows/pull-request-cleanup.yml @@ -10,7 +10,7 @@ jobs: uses: aeternity/github-actions/.github/workflows/_rollback-gitops.yml@v2.3.1 secrets: inherit with: - DEPLOY_ENV: dev + DEPLOY_ENV: stg DEPLOY_APP: ${{ github.event.repository.name }} DEPLOY_VERSION: "pr-${{ github.event.number }}" DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-hyperchain" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 737373c..7758028 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: needs: [publish] secrets: inherit with: - DEPLOY_ENV: dev + DEPLOY_ENV: stg DEPLOY_APP: ${{ github.event.repository.name }} DEPLOY_VERSION: "pr-${{ github.event.number }}" DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-hyperchain"