feat: CI-CD front #2

Merged
Clement merged 20 commits from feat/CI-CD into master 2024-04-21 13:24:16 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 07d105c71e - Show all commits

View File

@ -15,7 +15,7 @@ services:
networks:
- public
front:
image: git.lab-ouest.org
image: git.lab-ouest.org/epitech/ratrapage_t-web:pr-2-head
depends_on:
- pocketbase
labels:
@ -23,6 +23,8 @@ services:
- traefik.http.routers.astroTweb.rule=Host(`${FRONT_URL}`)
- traefik.http.services.astroTweb.loadbalancer.server.port=${FRONT_BASE_PORT}
- traefik.http.routers.astroTweb.tls.certresolver=le
networks:
- public
networks:
public:
external: true

View File

@ -30,6 +30,7 @@ const res = await AstroUtils.wrap(async () => {
console.log(record);
})
return res
---
<Layout title="register">