Skip to content

Commit

Permalink
now deploy to demo for real
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Jan 16, 2025
1 parent 95504dc commit ea04351
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@ references:

# In addition, it's common practice to disable acceptance tests and
# ignore tests for dp3 deploys. See the branch settings below.
dp3-branch: &dp3-branch placeholder_branch_name
dp3-branch: &dp3-branch prod-fix-pdfcpu
# MUST BE ONE OF: loadtest, demo, exp.
# These are used to pull in env vars so the spelling matters!
dp3-env: &dp3-env demo

# set integration-ignore-branch to the branch if you want to IGNORE
# integration tests, or `placeholder_branch_name` if you do want to
# run them
integration-ignore-branch: &integration-ignore-branch placeholder_branch_name
integration-ignore-branch: &integration-ignore-branch prod-fix-pdfcpu

# set integration-mtls-ignore-branch to the branch if you want to
# IGNORE mtls integration tests, or `placeholder_branch_name` if you
# do want to run them
integration-mtls-ignore-branch: &integration-mtls-ignore-branch placeholder_branch_name
integration-mtls-ignore-branch: &integration-mtls-ignore-branch prod-fix-pdfcpu

# set client-ignore-branch to the branch if you want to IGNORE
# client tests, or `placeholder_branch_name` if you do want to run
# them
client-ignore-branch: &client-ignore-branch placeholder_branch_name
client-ignore-branch: &client-ignore-branch prod-fix-pdfcpu

# set server-ignore-branch to the branch if you want to IGNORE
# server tests, or `placeholder_branch_name` if you do want to run
# them
server-ignore-branch: &server-ignore-branch placeholder_branch_name
server-ignore-branch: &server-ignore-branch prod-fix-pdfcpu

executors:
base_small:
Expand Down

0 comments on commit ea04351

Please sign in to comment.