Skip to content

Commit

Permalink
chore: install sfpowerscripts-artifact on org creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoyaferrer committed Feb 14, 2024
1 parent 12e7103 commit 2256cd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hutte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ push_script: |
echo 'y' | npm i -g @dxatscale/sfpowerscripts
echo y | sf plugins install sfdmu # Required when working with data packages
# Install sfpowerscripts-artifacts unlocked package
sf package install --package 04t1P000000ka9mQAA -u ${SALESFORCE_USERNAME} -w 10
# Build and deploy packages
sfp orchestrator:quickbuild --devhubalias ${SALESFORCE_DEVHUB_USERNAME} --branch main --waittime 30
sfp orchestrator:deploy -u ${SALESFORCE_USERNAME} --waittime 60 --enablesourcetracking
Expand Down

0 comments on commit 2256cd8

Please sign in to comment.