mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-01-18 16:37:28 +01:00
fix(ci): Update artifact upload path to target public directory
This commit is contained in:
2
.github/workflows/create_dev.yml
vendored
2
.github/workflows/create_dev.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: nuxt-frontend
|
||||
path: web/.output # Uniquement télécharger le répertoire .output
|
||||
path: web/.output/public # Cibler spécifiquement le répertoire public
|
||||
|
||||
docker-build-push:
|
||||
if: ${{ github.actor != 'dependabot[bot]' && !startsWith(github.ref, 'refs/heads/dependabot/') }}
|
||||
|
||||
@@ -10,7 +10,7 @@ RUN apk add --no-cache sqlite-libs openssl nginx nodejs npm && \
|
||||
WORKDIR /app
|
||||
|
||||
# Copier les fichiers web dans le répertoire attendu par nginx
|
||||
COPY web-output /var/www/html/
|
||||
COPY web-output/public /var/www/html/
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copier le script d'entrée
|
||||
|
||||
Reference in New Issue
Block a user