Skip to content

Commit

Permalink
Removed force-app from the deploy command - not sure we need to speci…
Browse files Browse the repository at this point in the history
…fy anything
  • Loading branch information
rob-baillie-ortoo committed Dec 1, 2021
1 parent 12f89dc commit 59624e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-org-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:

# Push code to org

- name: Deploy force-app to Org
run: sfdx force:source:deploy -p force-app --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
- name: Deploy to Org
run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"

# Run All Unit Tests

Expand Down

0 comments on commit 59624e4

Please sign in to comment.