Skip to content

Commit

Permalink
Reference the framework folder in the deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Dec 1, 2021
1 parent 59624e4 commit d44b177
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 to Org
run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
- name: Deploy framework to Org
run: sfdx force:source:deploy -p framework --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"

# Run All Unit Tests

Expand Down

0 comments on commit d44b177

Please sign in to comment.