We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760ccd commit f65d031Copy full SHA for f65d031
.github/workflows/pull-request-cleanup.yml
@@ -10,7 +10,7 @@ jobs:
10
uses: aeternity/github-actions/.github/workflows/_rollback-gitops.yml@v2.3.1
11
secrets: inherit
12
with:
13
- DEPLOY_ENV: dev
+ DEPLOY_ENV: stg
14
DEPLOY_APP: ${{ github.event.repository.name }}
15
DEPLOY_VERSION: "pr-${{ github.event.number }}"
16
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-hyperchain"
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ jobs:
needs: [publish]
17
18
19
0 commit comments