build: fix yaml indentation and port in deploy.yml
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 35s
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 35s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user