Skip to content

Commit 33ce218

Browse files
committed
Change app name to include -pr-1234
1 parent ec8ab3f commit 33ce218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.controlplane/controlplane.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ apps:
5555
# QA Apps are like Heroku review apps, but the use `prefix` so you can run a commmand like
5656
# this to create a QA app for the tutorial app.
5757
# `cpflow setup gvc postgres redis rails -a qa-react-webpack-rails-tutorial-pr-1234`
58-
qa-react-webpack-rails-tutorial-pr:
58+
qa-react-webpack-rails-tutorial:
5959
<<: *common
6060
# Order matters!
6161
setup_app_templates:

.github/workflows/deploy-to-control-plane-review-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
env:
27-
APP_NAME: ${{ vars.REVIEW_APP_PREFIX }}-${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
27+
APP_NAME: ${{ vars.REVIEW_APP_PREFIX }}-pr-${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
2828
CPLN_TOKEN: ${{ secrets.CPLN_TOKEN_STAGING }}
2929
CPLN_ORG: ${{ vars.CPLN_ORG_STAGING }}
3030
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}

0 commit comments

Comments
 (0)