Skip to content

Commit

Permalink
Merge pull request #979 from midhunmanoj2024/fix_main_pr_deploy
Browse files Browse the repository at this point in the history
Main PR deploy fix
  • Loading branch information
josekudiyirippil authored Aug 13, 2024
2 parents 69a7521 + 990798c commit 410fdae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

appointment-frontend:
name: appointment-frontend
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-dockerfile.yaml
secrets:
artifactory-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
Expand All @@ -58,7 +58,7 @@ jobs:

feedback-api:
name: feedback-api
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-s2i.yaml
secrets:
namespace-theq: ${{ secrets.LICENCE_PLATE_THEQ }}-tools
Expand All @@ -77,7 +77,7 @@ jobs:

notifications-api:
name: notifications-api
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-s2i.yaml
secrets:
namespace-theq: ${{ secrets.LICENCE_PLATE_THEQ }}-tools
Expand All @@ -96,7 +96,7 @@ jobs:

queue-management-api:
name: queue-management-api
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-s2i.yaml
secrets:
artifactory-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
Expand All @@ -118,7 +118,7 @@ jobs:

queue-management-frontend:
name: queue-management-frontend
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-dockerfile.yaml
secrets:
artifactory-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
Expand All @@ -140,7 +140,7 @@ jobs:

send-appointment-reminder-crond:
name: send-appointment-reminder-crond
needs: appointment-frontend-cypress, queue-management-frontend-cypress
needs: [appointment-frontend-cypress, queue-management-frontend-cypress]
uses: ./.github/workflows/reusable-build-dockerfile.yaml
secrets:
artifactory-password: ${{ secrets.ARTIFACTORY_PASSWORD }}
Expand Down

0 comments on commit 410fdae

Please sign in to comment.