add autodeploy workflow action

This commit is contained in:
Julien Aldon
2026-01-19 14:44:00 +01:00
parent 68b7405c52
commit 23cf55eb61
3 changed files with 93 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
## Installation
### Setup environment variables
```sh
NEXT_PUBLIC_CONTENT_URI=https://content.fefan.fr/api
NEXT_PUBLIC_IMG_URI=https://content.fefan.fr
NEXT_PUBLIC_ORIGIN=https://fefan.fr
POSTGRES_USER=strapi
POSTGRES_PASSWORD=<db-pass>
```
### Run project
```sh
docker-compose up --build -d
```