Skip to content

Commit 2f18c09

Browse files
committed
Improved layout of gif
1 parent b2e3668 commit 2f18c09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ The next step in the builder setup asks for our Personal Access Token but we don
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

105105
<img alt="gif" src="screenshots/gif1.gif" height=100% width=100% />
106+
<br>
106107

107108
Second || Final Step: setting the Token 🗝 variable
108109
---------------------------------------------------
@@ -122,7 +123,7 @@ _code to run in the command line:_
122123
> ‼️ 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 😍.
123124
124125
<img alt="gif" src="screenshots/gif2.gif" height=100% width=100% />
125-
126+
<br>
126127
🌈 Way Cooler Last Step 🧜‍
127128
---------------------------
128129

@@ -135,7 +136,7 @@ _code to add to `~/.bashrc`:_
135136
}
136137

137138
<img alt="gif" src="screenshots/gif3.gif" height=100% width=100% />
138-
139+
<br>
139140
Here’s what we’ve accomplished in this post:
140141

141142
* added [`netlify-builder`](https://www.npmjs.com/package/@netlify-builder/deploy) to our Angular application

0 commit comments

Comments
 (0)