-
Notifications
You must be signed in to change notification settings - Fork 10
feat(sharing): Deploy using testnets deployer #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Le-Caignec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good 💪🏻
| - name: Verify contracts | ||
| working-directory: packages/sharing-smart-contract | ||
| run: echo "Verify contracts" # npm run verify:ignition -- <deploymentId> | ||
| run: echo "TODO" # npm run verify:ignition -- $DEPLOYMENT_ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step could be removed to be merged with the deployment step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm run deploy -- --network ${{ inputs.network }} --verify
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we can discuss that in the next steps.
Deployment job: https://github.com/iExecBlockchainComputing/dataprotector-sdk/actions/runs/15116808225