Skip to content

Commit ecf0441

Browse files
docs: improve GitHub Actions ending readability (#324)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 193fc81 commit ecf0441

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/guides/github-actions.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,7 @@ Whenever code is pushed to your `main` branch, this action performs the followin
126126

127127
That's it—your pipeline is set! 🥳
128128

129-
---
130-
131-
## Additional Notes
132-
133-
Here are some notes about the setup.
134-
135-
### Build
129+
:::note
136130

137131
If your `juno.config` file does not build your application using a `predeploy` field, you might need to add an additional step to your YAML file to do so:
138132

@@ -141,7 +135,15 @@ If your `juno.config` file does not build your application using a `predeploy` f
141135
run: npm run build
142136
```
143137

144-
### Reproducibility
138+
:::
139+
140+
---
141+
142+
## Optimization & Best Practices
143+
144+
Below are key considerations to ensure efficient and cost-effective deployment of your project.
145+
146+
### Build Reproducibility
145147

146148
Only new resources will be deployed to your satellite. Changes are detected through sha256 comparison. Therefore, ensuring the build reproducibility of your application is crucial to accurately identify and deploy the necessary updates.
147149

0 commit comments

Comments
 (0)