Skip to content

Commit

Permalink
Update deploy-dev-patch.yml
Browse files Browse the repository at this point in the history
Remove merge checks on client/server
Update names of jobs to match -patch naming
  • Loading branch information
dhlevi authored Jun 9, 2023
1 parent cab3200 commit 4cfc93f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-dev-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ on: workflow_dispatch

jobs:
call-mvn-client-patch:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/mvn-client-patch.yml
secrets: inherit
with:
REGISTRY: ghcr.io
BRANCH: ${{ vars.PATCH_BRANCH }}

call-mvn-server-patch:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/mvn-server-patch.yml
#SMTP_PASSWORD, DV_PASSWORD AND TFC_PROJECT ARE STORED AS SECRET
with:
Expand All @@ -43,7 +41,7 @@ jobs:

terragrunt-deploy-dev:
uses: ./.github/workflows/terragrunt-deploy.yml
needs: [call-mvn-client, call-mvn-server, liquibase-build, apisix-build]
needs: [call-mvn-client-patch, call-mvn-server-patch, liquibase-build, apisix-build]
with:
REGISTRY: ghcr.io
#Server and Image name get PR number as appropriate inside deploy step
Expand Down

0 comments on commit 4cfc93f

Please sign in to comment.