Skip to content

Commit

Permalink
Deploy to STG
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jul 15, 2024
1 parent 9760ccd commit f65d031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f65d031

Please sign in to comment.