Skip to content

Commit 7534060

Browse files
Create README.md
1 parent 5872c31 commit 7534060

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

recipes/ci-cd/netlify/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Netlify
2+
> How to setup a Netlify build
3+
4+
I like using [netlify.com](https://netlify.com) to build and host many of my websites. If you aren't familiar, sign up for a free account and hook up one of your GitHub repos to deploy it.
5+
6+
It works well if you have a static site like made with Hugo or Jekyll, or a web app like React or Vue.
7+
8+
9+
## Configs
10+
11+
See the [configs](configs.md) page for how to configure a Netlify build.
12+
13+
14+
## Netlify vs GH Actions
15+
16+
I like Netlify particularly becuause the setup is very light. You just need a package file like `Gemfile` or `package.json` and a one line build command and Netlify will build and serve your site for you on `my-app.netlify.app`.
17+
18+
You don't have have to setup a GH Actions workflow file of steps or choose any actions or setup a token to actually push to a branch which serves on GH Pages.
19+
20+
You don't have to worry about tokens in Netlify either - GH Actions typically needs a token so it can commit to a branch for your and use that to serve a site.

0 commit comments

Comments
 (0)