Skip to content

Commit 59624e4

Browse files
Removed force-app from the deploy command - not sure we need to specify anything
1 parent 12f89dc commit 59624e4

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 force-app to Org
66-
run: sfdx force:source:deploy -p force-app --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
65+
- name: Deploy to Org
66+
run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
6767

6868
# Run All Unit Tests
6969

0 commit comments

Comments
 (0)