Skip to content

Commit

Permalink
Use workflow from branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Nov 6, 2023
1 parent f666f6f commit a451ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
needs:
- create_artifacts_repos
- create_artifacts_workspaces
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml@main
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml
with:
host_name: default_host
tenannt: dbc
Expand All @@ -133,7 +133,7 @@ jobs:
needs:
- create_artifacts_repos
- create_artifacts_workspaces
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml@main
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml
with:
host_name: nbc_host
tenannt: nbc
Expand All @@ -146,7 +146,7 @@ jobs:
needs:
- create_artifacts_repos
- create_artifacts_workspaces
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml@main
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy_dev.yml
with:
host_name: brb_host
tenannt: brb
Expand Down

0 comments on commit a451ec9

Please sign in to comment.