build: fix yaml indentation and port in deploy.yml
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 35s

This commit is contained in:
DanielS
2026-07-06 00:35:17 +02:00
parent 3481241a52
commit 139ed18278

View File

@@ -38,14 +38,14 @@ jobs:
# Schreibt die Docker Compose Datei sauber ohne Einrückung # Schreibt die Docker Compose Datei sauber ohne Einrückung
cat << 'EOF' > docker-compose.yml cat << 'EOF' > docker-compose.yml
version: '3.8' version: '3.8'
services: services:
website: website:
image: gitea.hephex.de/daniel/ndsolutionswebsite:latest image: gitea.hephex.de/daniel/ndsolutionswebsite:latest
restart: always restart: always
ports: ports:
- "8080:80" - "8080:8080"
EOF EOF
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin
docker compose pull docker compose pull