0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【自分用メモ】Netlifyを使ってみた

Posted at

こちらを参考にさせていただきました。
[https://qiita.com/sugo/items/2ee64887d682b0dae635]

事前準備

リポジトリの作成

WS000232.JPG

index.htmlのソースコード

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>test site</title>
  </head>
  <body>
    <p>Hello World</p>
  </body>
</html>

Netlifyにデプロイするまで


Netlifyにアクセスし、Get started for secondsからスタート
WS000231.JPG

GitHubアカウントでログイン
WS000233.JPG

Authorize Netlifyを選択
WS000234.JPG

??
WS000235.JPG

QUICK START GUIDEはNext→Next→Finishedを選択
WS000236.JPG
WS000237.JPG
WS000238.JPG

New site from Gitから新規作成
WS000239.JPG

Githubを選択
WS000240.JPG

あれ?また認証画面が
WS000241.JPG

リポジトリの一覧から公開するものを選択
WS000242.JPG

Installを選択
WS000243.JPG

GitHubのパスワードを入力し、Confirm Passwordを選択
WS000244.JPG

GitHubを選択
WS000245.JPG

GitHubのアカウントを選択
WS000247.JPG

masterブランチを選択
WS000248.JPG

Deploy siteを選択
WS000249.JPG

これでサイトが公開されたようです。
WS000250.JPG

クリックすると公開したページが確認できました。
WS000256.JPG

WS000257.JPG

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?