Skip to content

Commit d44b177

Browse files
Reference the framework folder in the deploy
1 parent 59624e4 commit d44b177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-org-and-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262

6363
# Push code to org
6464

65-
- name: Deploy to Org
66-
run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
65+
- name: Deploy framework to Org
66+
run: sfdx force:source:deploy -p framework --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
6767

6868
# Run All Unit Tests
6969

0 commit comments

Comments
 (0)