Skip to content

Commit

Permalink
Merge branch 'User/Main_TestAssessmentObj_3Jan' of https://github.com…
Browse files Browse the repository at this point in the history
…/bcgov/MoH-SAT into EDRD-Sprint-3
  • Loading branch information
deepakmulamalla committed Jan 7, 2024
2 parents 2e6a494 + cbaea67 commit 2b289e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-edrdqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sfdx force:source:deploy -p force-app/main/default/objects,force-app/main/default/queues -u SAT-EDRDQA -w 15

- name: Deploy source default OmniStudio-Components
run: sf project deploy start -d OmniStudio-Components -o ciorg -c
run: sfdx force:source:deploy -p OmniStudio-Components -u SAT-EDRDQA -w 15

- name: Deploy Source in dev-app-post
run: sfdx force:source:deploy -p dev-app-post -u SAT-EDRDQA -w 15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-edrduat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sfdx force:source:deploy -p force-app/main/default/objects,force-app/main/default/queues -u SAT-EDRDUAT -w 15

- name: Deploy source default OmniStudio-Components
run: sf project deploy start -d OmniStudio-Components -o ciorg -c
run: sfdx force:source:deploy -p OmniStudio-Components -u SAT-EDRDUAT -w 15

- name: Deploy dev-app-post
run: sfdx force:source:deploy -p dev-app-post -u SAT-EDRDUAT -w 15
Expand Down

0 comments on commit 2b289e7

Please sign in to comment.