Skip to content

Commit f65d031

Browse files
committed
Deploy to STG
1 parent 9760ccd commit f65d031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: aeternity/github-actions/.github/workflows/_rollback-gitops.yml@v2.3.1
1111
secrets: inherit
1212
with:
13-
DEPLOY_ENV: dev
13+
DEPLOY_ENV: stg
1414
DEPLOY_APP: ${{ github.event.repository.name }}
1515
DEPLOY_VERSION: "pr-${{ github.event.number }}"
1616
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-hyperchain"

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
needs: [publish]
1414
secrets: inherit
1515
with:
16-
DEPLOY_ENV: dev
16+
DEPLOY_ENV: stg
1717
DEPLOY_APP: ${{ github.event.repository.name }}
1818
DEPLOY_VERSION: "pr-${{ github.event.number }}"
1919
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-hyperchain"

0 commit comments

Comments
 (0)