Skip to content

Commit b2e3668

Browse files
committed
Added third gif to Docs
1 parent 0c4f24c commit b2e3668

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ The next step in the builder setup asks for our Personal Access Token but we don
102102

103103
We want to avoid ☠️having that sensitive information in a public file that anyone can see. Luckily, the way Santosh set up the builder we don’t have to add the Token here, [instead it will check for an environment variable](https://github.com/ngx-builders/netlify-builder/blob/master/command-builder/deploy/index.ts#L33). So, we just hit enter to skip that part.
104104

105+
<img alt="gif" src="screenshots/gif1.gif" height=100% width=100% />
106+
105107
Second || Final Step: setting the Token 🗝 variable
106108
---------------------------------------------------
107109

@@ -119,7 +121,7 @@ _code to run in the command line:_
119121

120122
> ‼️ UPDATE: Since writing this post and creating these videos the Angular CLI team released a minor update that changes the deploy command from `ng run <project name>:deploy` to, simply, `ng deploy`. If you see this old command syntax in the video just know that the Angular CLI team has just saved you all those keystrokes 😍.
121123
122-
<img alt="gif" src="screenshots/gif1.gif" height=100% width=100% />
124+
<img alt="gif" src="screenshots/gif2.gif" height=100% width=100% />
123125

124126
🌈 Way Cooler Last Step 🧜‍
125127
---------------------------
@@ -132,7 +134,7 @@ _code to add to `~/.bashrc`:_
132134
NETLIFY_TOKEN=<token> ng deploy
133135
}
134136

135-
<img alt="gif" src="screenshots/gif2.gif" height=100% width=100% />
137+
<img alt="gif" src="screenshots/gif3.gif" height=100% width=100% />
136138

137139
Here’s what we’ve accomplished in this post:
138140

screenshots/gif1.gif

2.09 MB
Loading

screenshots/gif2.gif

-2.09 MB
Loading

screenshots/gif3.gif

270 KB
Loading

0 commit comments

Comments
 (0)