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:
@@ -44,7 +44,7 @@ services:
|
||||
image: gitea.hephex.de/daniel/ndsolutionswebsite:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8080:8080"
|
||||
EOF
|
||||
|
||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin
|
||||
|
||||
Reference in New Issue
Block a user