Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/docs/deploying-to-zeit-now.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
title: Deploying to ZEIT Now
title: ZEIT Now へのデプロイ
---

[ZEIT Now](https://zeit.co/now) is a cloud platform for websites and serverless APIs, that you can use to deploy your Gatsby projects to your personal domain (or a free `.now.sh` suffixed URL).
[ZEIT Now](https://zeit.co/now) はウェブサイトとサーバーレス API のためのクラウドプラットフォームであり、Gatsby のプロジェクトを独自ドメイン(または無料の `.now.sh` がついた URL)にデプロイできます。

This guide will show you how to get started in a few quick steps:
このガイドでは、少ないステップではじめる方法を紹介します。

## Step 1: Installing Now CLI
## ステップ 1:Now CLI のインストール

To install their command-line interface with [npm](https://www.npmjs.com/), run the following command:
[npm](https://www.npmjs.com/) を使って Now CLI をインストールするには、つぎのコマンドを実行します。

```shell
npm install -g now
```

## Step 2: Deploying
## ステップ 2:デプロイ

You can deploy your application by running the following command in the root of the project directory:
プロジェクトのルートディレクトリーでつぎのコマンドを実行すると、アプリケーションをデプロイできます。

```shell
now
```

That's all!
これで完了です!

Your site will now deploy, and you will receive a link similar to the following: https://gatsby-functions.now-examples.now.sh
これでサイトがデプロイされ、このようなリンクが表示されます:https://gatsby-functions.now-examples.now.sh

## References:
## 関連資料

- [Example Project](https://github.com/zeit/now-examples/tree/master/gatsby)
- [プロジェクト例](https://github.com/zeit/now/tree/master/examples/gatsby)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確かにリンク先はこれが正しそうですね。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mqtsuo02
本家の Gatsby docs にも PR 出しちゃいましょう 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Naturalclar
ありがとうございます!やってみます!