Skip to content

Commit

Permalink
improve cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Jan 24, 2024
1 parent e81fe45 commit e850d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hetzner-dvp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
valueFile: "${{ steps.vars.outputs.VALUE_FILE }}"
token: ${{ secrets.HETZNER_ACTIONS_RUNNER_TOKEN }}
commitChange: true
branch: "${{ steps.vars.outputs.GIT_HASH }}"
branch: "${{ steps.vars.outputs.GIT_HASH }}-${{ steps.vars.outputs.VALUE_FILE }}"
targetBranch: develop
masterBranchName: develop
createPR: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hetzner-prd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
valueFile: "${{ steps.vars.outputs.VALUE_FILE }}"
token: ${{ secrets.HETZNER_ACTIONS_RUNNER_TOKEN }}
commitChange: true
branch: "${{ steps.vars.outputs.GIT_HASH }}"
branch: "${{ steps.vars.outputs.GIT_HASH }}-${{ steps.vars.outputs.VALUE_FILE }}"
targetBranch: develop
masterBranchName: develop
createPR: true
Expand Down

0 comments on commit e850d90

Please sign in to comment.