add autodeploy workflow action
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user