Skip to content

Commit 3e01c36

Browse files
authored
Update deploy text
1 parent dbb8ba8 commit 3e01c36

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed
Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
---
22
title: Deploying your Sandbox
33
authors: ['arthurdenner', 'CompuIves']
4-
description: It's possible to deploy your app directly from CodeSandbox
4+
description: Deploy your app to production from CodeSandbox
55
---
66

7-
## What Sandboxes Can be Deployed?
7+
## Deploying a Sandbox
88

9-
To deploy your app, you need to own the sandbox, so you'll have to fork a
10-
sandbox you don’t own.
9+
It's possible to deploy your app directly from CodeSandbox through one of our integrated services. To deploy your app, you need to own the sandbox.
10+
11+
![Deployment Sidebar](./images/deployment-sidebar.png)
1112

1213
## ZEIT
1314

14-
To deploy to [Now](https://zeit.co/now), access the Preferences menu and select
15-
the Integrations tab. Log into your ZEIT account and it’s all set.
15+
To deploy to ZEIT's [Now](https://zeit.co/now), access the Preferences menu and select
16+
the Integrations tab, then log into your ZEIT account.
1617

1718
### Deploying
1819

19-
Go to any of your sandboxes, click on the Deployment menu (the rocket icon in
20-
the sidebar) and click on "Now". You'll need to sign in to
20+
Go to any of your sandboxes, click on the Deployment menu, which is the rocket icon in
21+
left-hand activity bar in the editor. Select "Now". You'll need to sign in to
2122
[Now](https://zeit.co/now) when you're deploying for the first time. After
2223
you've signed in, you will be able to click "Deploy Now". It will deploy the
2324
sandbox and give you a URL.
@@ -33,9 +34,7 @@ With [Netlify](https://netlify.com) you don't even need to connect to your
3334
account. This means you can create deployments to share and use even if you
3435
don't have a [Netlify](https://netlify.com) account.
3536

36-
Some templates are better than others, but as of now, we have a number of
37-
templates that support [Netlify](https://netlify.com) deployments:
38-
37+
Not all templates on CodeSandbox support [Netlify](https://netlify.com) deployments. It's hidden as an option where it's not supported, but the following templates do:
3938
- React
4039
- Vue
4140
- Preact
@@ -47,12 +46,10 @@ templates that support [Netlify](https://netlify.com) deployments:
4746
- Typescript Variants of React and Parcel
4847
- Gatsby
4948

50-
We will work on making more templates available in the future.
51-
5249
### Deploying
5350

5451
Go to any of your sandboxes that are supported, click on the Deployment menu
55-
(the rocket icon in the sidebar) and click on "[Netlify](https://netlify.com)".
52+
(the rocket icon in the activity bar in the editor) and click on "[Netlify](https://netlify.com)".
5653
Click the "Deploy" button to start a new deploy. As the sandbox builds, you can
5754
view the logs of the build to see if something went wrong. When the build
5855
finishes, you'll get a link to the deployed site. You can also claim the site to
@@ -61,9 +58,5 @@ add it to your Netlify dashboard.
6158
### More Features
6259

6360
You don't need to sign in, so if you want to add a sandbox deployment to your
64-
account you can click the "Claim Site" button and the deployed sandbox will be
61+
account you need to click the "Claim Site" button and the deployed sandbox will be
6562
added to your Netlify account.
66-
67-
## UI
68-
69-
![Deployment Sidebar](./images/deployment-sidebar.png)

0 commit comments

Comments
 (0)