-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yanis Legrand
committed
Jan 9, 2024
1 parent
10dcab5
commit 6391e1d
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: ../../layouts/MarkdownPostLayout.astro | ||
title: Good practices | ||
author: Yanis Legrand | ||
description: "A litle documentation for deploy in preprod!" | ||
image: | ||
url: "https://docs.astro.build/default-og-image.png" | ||
alt: "The word “astro” against an illustration of planets and stars." | ||
pubDate: 2023-11-02 | ||
tags: ["documentation", "good practices", "list"] | ||
draft: true | ||
--- | ||
export const link = "generic-link" | ||
|
||
# Good practices to respect | ||
|
||
- Don't do API call in a loop | ||
- Always start a new branch from Master | ||
- Check if any new jobs have been pushed into Master, and merge master into the current branch | ||
- Observe, plan, act |