Skip to content

Commit

Permalink
migration: preprod to prod
Browse files Browse the repository at this point in the history
infra: setup netlify for preprod
  • Loading branch information
RickaPrincy authored Feb 9, 2024
2 parents a6b4888 + 0867001 commit a8df0f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["preprod", prod"]
pull_request:
branches: ["prod", "preprod"]
branches: ["preprod", "prod"]

jobs:
style:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Formekou

### preprod

[![Netlify Status](https://api.netlify.com/api/v1/badges/96136211-8905-4c6c-abaf-fb14952713b8/deploy-status?branch=preprod)](https://app.netlify.com/sites/formekou/deploys)

### prod

[![Netlify Status](https://api.netlify.com/api/v1/badges/96136211-8905-4c6c-abaf-fb14952713b8/deploy-status)](https://app.netlify.com/sites/formekou/deploys)

# Scripts

```bash
# To format code style:
npm run format
Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

0 comments on commit a8df0f4

Please sign in to comment.