Merge pull request 'Fix API URL du frontend, ajout documentation en production' (#3) from dev into prod
Some checks failed
Deploy to Production / deploy (push) Failing after 1m40s
Some checks failed
Deploy to Production / deploy (push) Failing after 1m40s
Reviewed-on: #3
This commit is contained in:
@@ -42,6 +42,8 @@ jobs:
|
||||
|
||||
- name: Build - Backend
|
||||
run: pnpm run build:back
|
||||
env:
|
||||
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
|
||||
|
||||
- name: Lint - Frontend
|
||||
run: pnpm run lint:front
|
||||
|
||||
@@ -131,6 +131,18 @@ services:
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
documentation:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: documentation/Dockerfile
|
||||
target: runner
|
||||
container_name: memegoat-docs
|
||||
networks:
|
||||
- nw_caddy
|
||||
restart: always
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
minio_data:
|
||||
|
||||
Reference in New Issue
Block a user