Skip to content

Commit

Permalink
good practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Legrand committed Jan 9, 2024
1 parent 10dcab5 commit 6391e1d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/posts/good-practices.mdx
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

0 comments on commit 6391e1d

Please sign in to comment.