Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Nov 11, 2019
2 parents 6affd65 + 80d9ad4 commit ea9287a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,11 @@ tenderly push

#### Advanced usage

It is possible to push to multiple projects by editing the `tenderly.yaml` file and provide a map of projects and their networks:
It is possible to push to multiple projects by editing the `tenderly.yaml` file and providing a map of projects and their networks. To do this remove the already provided `project_slug` property and replace it with the `projects` property like the example below;

```yaml
account_id: 46e0edc4-ab78-4cb0-b019-666d3cb3651e # This will be prepopulated by the init command
project_slug: hello # This is the initial project which was connected with the init command. After adding the projects mapping below, this property becomes optional
projects:
projects: # running tenderly push will push the smart contracts to all of the provided projects
my-cool-project:
networks:
- "1" # mainnet
Expand Down

0 comments on commit ea9287a

Please sign in to comment.