Skip to content

Commit 6a386d7

Browse files
Austin Faygitbook-bot
Austin Fay
authored andcommitted
GITBOOK-122: change request with no subject merged in GitBook
1 parent f6577ab commit 6a386d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

truffle-embeds/deploying-an-embed-on-youtube-or-twitch.md

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ The most important prop in the embed config is the `url` prop. This tells the ex
3939
For more details about the embed config, take a look [here](../reference/embed-config.md).
4040
{% endhint %}
4141

42+
After you make your changes, redeploy and reinstall your Truffle App to your org.
43+
44+
```bash
45+
truffle-cli app deploy
46+
truffle-cli app install @my-org/my-truffle-app
47+
```
48+
4249
Now if you visit your test stream, you should see your new embed by selecting it from the side bar.
4350

4451
<figure><img src="../.gitbook/assets/image (9).png" alt=""><figcaption><p>Our first deployed windowed embed</p></figcaption></figure>

0 commit comments

Comments
 (0)